Answers for "command to create virtual environment in cmd win"

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

virtualenv activation program in cmd

.venvScriptsactivate
Posted by: Guest on July-11-2020

Code answers related to "command to create virtual environment in cmd win"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language