-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
I usually have a env
or venv
directory which is created by python3 -m venv env
. How do I get this virtual environment activated automatically when I open any python script under myapp
and its subdirectories. Even more useful I have option set deactivate automatically virtual environment env
if I navigate and open python scripts outside of myapp
:
myapp
├── src
│ ├── app.py
├── templates
│ ├── index.html
│ └── login.html
└── env
├── bin
├── include
├── lib
├── pip-selfcheck.json
└── pyvenv.cfg
Metadata
Metadata
Assignees
Labels
No labels