Merge pull request #488 from TalebQasem/patch-43

Update venv.md
This commit is contained in:
Carlos Polop 2022-09-18 11:21:58 +02:00 committed by GitHub
commit 12b7d880db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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