Answers for "how to activate vertual environment"

10

how to activate virtual environment in python

# for windows 10

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

how to make a virtual environment in python

py -m venv env
Posted by: Guest on August-10-2020

Code answers related to "how to activate vertual environment"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language