Answers for "python virtual environment ubuntu 16.04 and setup workon"

1

activate venv linux

env/bin/activate
Posted by: Guest on December-07-2020
0

how to activate virtual environment using ubuntu

# to activate run below command from your project-virtualenv directory
source my-project-env/bin/activate
# to deactivate run below command
deactivate
Posted by: Guest on December-24-2020

Code answers related to "python virtual environment ubuntu 16.04 and setup workon"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language