mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-15 01:17:36 +00:00
commit
12b7d880db
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ Get Access Today:
|
|||
sudo apt-get install python3-venv
|
||||
#Now, go to the folder you want to create the virtual environment
|
||||
python3 -m venv <Dirname>
|
||||
python3 -m venv pvenv #In this case the folder "pvenv" is going to be crated
|
||||
python3 -m venv pvenv #In this case the folder "pvenv" is going to be created
|
||||
source <Dirname>/bin/activate
|
||||
source pvenv/bin/activate #Activate the environment
|
||||
#You can now install whatever python library you need
|
||||
|
|
Loading…
Reference in a new issue