Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

copy venv to another folder linux

# while using existing virtualenv
(oldenv): pip freeze > requirements.txt

# after creating and logged-in to new virtualenv
(newenv): pip install -r requirements.txt

# where requirements.txt is the same file created using (oldenv)
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #copy #venv #folder #linux
ADD COMMENT
Topic
Name
4+9 =