Answers for "install virtualenv through python 2.7"

7

install virtualenv

pip install virtualenv

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

creating a virtual environment in python 3.8

c:>python -m venv c:pathtomyenv
Posted by: Guest on September-28-2020

Python Answers by Framework

Browse Popular Code Answers by Language