Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

create a virtualenv python

pip install virtualenv
cd projectfolder #go to project folder
virtualenv projectname #create the folder projectname 
source projectname/bin/activate
 
PREVIOUS NEXT
Tagged: #create #virtualenv #python
ADD COMMENT
Topic
Name
2+3 =