Answers for "set up a virtual environment with python"

11

how to create virtual environment

# 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 "set up a virtual environment with python"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language