Answers for "create virtual env inside folder"

13

create a virtualenv python

pip install virtualenv
cd projectfolder #go to project folder
virtualenv projectname #create the folder projectname 
source projectname/bin/activate
Posted by: Guest on April-30-2020
0

python virtual env

$ virtualenv --version
Posted by: Guest on April-09-2020
-1

python virtual env

$ pip install --user pipenv
Posted by: Guest on April-09-2020

Python Answers by Framework

Browse Popular Code Answers by Language