theskumar / theskumar/python-dotenv
[BUG] dotenv cli not used windows venv if it activated
Dieses Issue hat noch niemand übernommen.
- Vorherrschende Sprache
- Python
- Sterne
- 8.9k
- Forks
- 581
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
I use vscode on windows
Command:
python -m venv venv
.venv\Scripts\activate
pip install python-dotenv[cli]
dotenv run -- python -c "import sys; print(sys.executable)"
Expected:
\path\to\venv\Scripts\python.exe
Real:
\path\to\system\python.exe
If needed more info - I will try to provide it ASAP.
Cc: @scad89 help to find this issue
System:
Windows 10.
python -V
Python 3.8.5
Beitragsleitfaden
Erste Schritte
- Lies das ganze Issue und danach den Beitragsleitfaden des Projekts.
- Schreib ins Issue, dass du es übernimmst — das erspart doppelte Arbeit.
- Forke das Repository und arbeite in einem Branch.
- Öffne einen Pull Request, der die Issue-Nummer nennt.
Rechercherichtung
Start by reproducing the supplied command on Windows 10 with Python 3.8.5, comparing the executable reported inside the activated virtual environment with the one used by dotenv run. Trace how the CLI launches python; done means the command selects venv\Scripts\python.exe rather than the system interpreter.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- python
- Bereich
- cli
- Issue-Typ
- Bug
- Schwierigkeit
- 3/5
- Geschätzter Aufwand
- 1-2 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Größtenteils klar
- Anfängerfreundlichkeit
- 38/100