Answers for "install virutal env in python in windows"

7

install virtualenv

pip install virtualenv

activate it by doing this:
cd myproject/Scripts/activate
Posted by: Guest on July-23-2020
0

pip install virtualenv windows

where python
.../env/bin/python.exe
Posted by: Guest on October-03-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language