Answers for "command for creating a new virtual environment python"

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

Code answers related to "command for creating a new virtual environment python"

Python Answers by Framework

Browse Popular Code Answers by Language