Created
June 20, 2012 15:39
-
-
Save sneeu/2960551 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
| ~ » ls -alh `which python` | |
| lrwxr-xr-x 1 john admin 33B 20 Jun 16:36 /usr/local/bin/python -> ../Cellar/python/2.7.3/bin/python | |
| ~ » ls -alh `which pip` | |
| -rwxr-xr-x 1 root admin 275B 20 Jun 16:37 /usr/local/bin/pip | |
| ~ » ls -alh `which easy_install` | |
| -rwxr-xr-x 1 root admin 323B 17 Mar 00:06 /usr/local/bin/easy_install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment