Answers for "how to make vrrtual env"

15

how to create virtual environment

# for windows 10

py -m venv myvirtualenv
myvirtualenv\Scripts\activate #!!!! use "\" not "/" !!!!!
Posted by: Guest on May-09-2021
6

create virtual env

python3 -m venv env
Posted by: Guest on April-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language