Skip to content

Commit 410f5b3

Browse files
committed
Update virtual environment activation instructions (#36)
1 parent 462dcc7 commit 410f5b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $ sudo apt install python3.10-venv
6464
The `-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
```

src/venv-cli/venv.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)