kellykamay

Untitled

May 22nd, 2016
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. install_python_dependencies.sh
  2.  
  3. (storycal) kelly@kelly-mint ~/work/storycal/storycal/django_app/utility $ sudo ./install_python_dependencies.sh
  4.  
  5. You need activate a virtualenv first
  6. If you do not have a virtualenv created, run the following command to create and automatically activate a new virtualenv named "venv" on current folder:
  7.  
  8. virtualenv venv --python=`which python3`
  9.  
  10. To leave/disable the currently active virtualenv, run the following command:
  11.  
  12. deactivate
  13.  
  14. To activate the virtualenv again, run the following command:
  15.  
  16. source venv/bin/activate
  17.  
  18. For more information, see virtualenv documentation: https://virtualenv.pypa.io/en/latest/
  19.  
  20.  
  21. (storycal) kelly@kelly-mint ~/work/storycal/storycal/django_app/utility $
Add Comment
Please, Sign In to add comment