Advertisement
techblog

install_venv

Jul 19th, 2018
618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.20 KB | None | 0 0
  1. #Installing Python and the virtual environment
  2.  
  3. sudo apt-get update && sudo apt-get install python-pip python3-dev --yes
  4.  
  5. # install the virtual environment
  6.  
  7. sudo pip install --upgrade virtualenv
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement