Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. PATH=$PATH:$HOME/bin:/usr/pgsql-91./bin/ !!~!!
  2. export PATH
  3. alias python=python2.7
  4. export WORKON_HOME=$HOME/.virtualenvs
  5. export VIRTUALENVWRAPPER_PYTHON=/usr/local/bin/python2.7
  6. export VIRTUALENVWRAPPER_TMPDIR=$HOME/.VIRTUALENVS/TMP
  7. source /home/humanbird/bin/virtualenvwrapper.sh
  8. export PIP_VIRTUALENV_BASE=$WORKON_HOME
  9. export PIP_RESPECT_VIRTUALENV=true
Add Comment
Please, Sign In to add comment