You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Michael Murtaugh b1c83b85f6 how to make a python venv 4 years ago
200312 first commit 4 years ago
nltk-book first script 4 years ago
README.md how to make a python venv 4 years ago

README.md

To create a vitual environment

cd to the place you want to make it and...

python3 -m venv venv

To activate a virtual environment

cd to the folder where "venv" is and...

source venb/bin/activate