Advertisement
cooperlees

Untitled

Jan 31st, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.96 KB | None | 0 0
  1. cooper@lolbuntu:~/repos/bandersnatch$ /usr/bin/python3 --version
  2. Python 3.5.2
  3. cooper@lolbuntu:~/repos/bandersnatch$ virtualenv -p python3 .
  4. Already using interpreter /usr/bin/python3
  5. Using base prefix '/usr'
  6. New python executable in /home/cooper/repos/bandersnatch.dev/bin/python3
  7. Not overwriting existing python script /home/cooper/repos/bandersnatch.dev/bin/python (you must use /home/cooper/repos/bandersnatch.dev/bin/python3) Installing setuptools, pkg_resources, pip, wheel...done.
  8. Overwriting /home/cooper/repos/bandersnatch.dev/bin/activate.fish with new content
  9. Overwriting /home/cooper/repos/bandersnatch.dev/bin/activate with new content
  10. Overwriting /home/cooper/repos/bandersnatch.dev/bin/activate.csh with new content
  11. Overwriting /home/cooper/repos/bandersnatch.dev/bin/python-config with new content
  12. bin/pip install -r requirements.txt
  13. bin/pip3 install -r requirements.txt
  14.  
  15. - I did have to hack the #! of bin/bandersnatch to hit python3 (Not sure why)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement