Skip to content

Instantly share code, notes, and snippets.

@TaurusOlson
Created April 4, 2011 13:13
Show Gist options
  • Save TaurusOlson/901612 to your computer and use it in GitHub Desktop.
Save TaurusOlson/901612 to your computer and use it in GitHub Desktop.
List python packages installed with pip
pipl () {
yolk -a | awk '{printf("%s (%s)\n", $1, $3) }' | grep -v pyobjc
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment