mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +00:00
Add deactivate command
Signed-off-by: Ward <WardMaes@users.noreply.github.com>
This commit is contained in:
parent
5e32496e5d
commit
26db64f1b2
@ -3400,6 +3400,8 @@ source .venv/bin/activate
|
|||||||
type pip
|
type pip
|
||||||
# 5. Now you can install your pip package, here requirements.txt is simply a txt file containing all the packages you want. (e.g tornado==4.5.3).
|
# 5. Now you can install your pip package, here requirements.txt is simply a txt file containing all the packages you want. (e.g tornado==4.5.3).
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
# 6. Exit virtual environment
|
||||||
|
deactivate
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user