Answers for "using virtualenvwrapper to create new virtualenv"

0

using virtualenvwrapper to create new virtualenv

mkvirtualenv <virtualenv> -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
Posted by: Guest on March-19-2022

Code answers related to "using virtualenvwrapper to create new virtualenv"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language