Answers for "create a virtual environmnet"

10

how to create virtual environment

# for windows 10

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

create virtual env

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

create virtual enviornment

$ mkvirtualenv venv
Posted by: Guest on July-17-2021

Code answers related to "create a virtual environmnet"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language