Skip to content

Instantly share code, notes, and snippets.

@kamatari
Created February 8, 2014 06:20
Show Gist options
  • Save kamatari/8877473 to your computer and use it in GitHub Desktop.
Save kamatari/8877473 to your computer and use it in GitHub Desktop.
$ which easy_install
$ /usr/bin/easy_install pip
$ sudo /usr/bin/easy_install pip
$ pip install pyflakes
$ sudo pip install pyflakes
$ sudo pip install pep8
$ pyflakes test.py
$ pep8 test.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment