Skip to content

Instantly share code, notes, and snippets.

@freetonik
Created August 8, 2014 06:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freetonik/d0aef41ba2c7182e2fb6 to your computer and use it in GitHub Desktop.
Save freetonik/d0aef41ba2c7182e2fb6 to your computer and use it in GitHub Desktop.
$ pip uninstall hexlet
$ echo export PATH='/usr/local/bin:$PATH' >> ~/.zshrc
$ brew update
$ brew doctor
$ brew uninstall python
$ brew install python --build-from-source
$ pip install --upgrade pip
$ pip install hexlet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment