Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

using virtualenvwrapper to create new virtualenv

mkvirtualenv <the name you want for your env> -a <a project path> 
  -p <python version> -r <requirements file/file path>

#project path - project to associate the virtualenv created to 
#python version - 3.10 or 3.9, 
#requirements file - folder/filename.txt
 
PREVIOUS NEXT
Tagged: #virtualenvwrapper #create #virtualenv
ADD COMMENT
Topic
Name
4+5 =