Guest User

Untitled

a guest
Mar 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. # update hombrew first
  4. brew update
  5.  
  6. # if you have an old installation you can get rid of it with these commands
  7. pip3 freeze | xargs pip3 uninstall -y
  8. brew uninstall python
  9.  
  10. # do a fresh install of Python 3 from Homebrew
  11. brew install python
  12. pip3 install --upgrade pip setuptools wheel
  13. pip3 install requests ipython lxml psycopg2-binary pgcli Django beautifulsoup4 flake8 autopep8 isort
Add Comment
Please, Sign In to add comment