File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ $ sudo apt install python3.10-venv
6464The ` -venv ` part is necessary to be able to use this system python to create virtual environments.
6565
6666## Activating and deactivating the virtual environment
67- To activate the virtual environment, from the folder containing ` .venv ` run
67+ To activate the virtual environment, place yourself _ in the folder containing _ the ` .venv ` folder, then run
6868``` console
6969$ venv activate
7070```
Original file line number Diff line number Diff line change @@ -144,6 +144,7 @@ venv::activate() {
144144 echo " venv activate"
145145 echo
146146 echo " Activate the virtual environment located in the current folder."
147+ echo " This command should be run from the folder containing the '.venv' folder."
147148 echo
148149 echo " Examples:"
149150 echo " $ venv activate"
You can’t perform that action at this time.
0 commit comments