Answers for "virtual environment creation for windows 10"

6

create venv in windows

# windows
python -m venv <venv-name>
# To activate
#C:Users..<venv-name>
.Scriptsactivate.bat
Posted by: Guest on December-26-2020
0

how to activate virtual environment in python windows 10

name_of_envScriptsactivate
Posted by: Guest on March-25-2021

Code answers related to "virtual environment creation for windows 10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language