Skip to content

Instantly share code, notes, and snippets.

@sneeu
Created June 20, 2012 15:39
Show Gist options
  • Select an option

  • Save sneeu/2960551 to your computer and use it in GitHub Desktop.

Select an option

Save sneeu/2960551 to your computer and use it in GitHub Desktop.
~ » 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