Created
February 8, 2014 06:20
-
-
Save kamatari/8877473 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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