Answers for "pyton virtualenv"

4

install virtualenv

pip install virtualenv

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

python virtual env

$ virtualenv -p /usr/bin/python2.7 venv
Posted by: Guest on April-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language