Skip to content

Instantly share code, notes, and snippets.

@tmehlinger
Created November 13, 2014 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmehlinger/a3ae70e9e04658aa75e6 to your computer and use it in GitHub Desktop.
Save tmehlinger/a3ae70e9e04658aa75e6 to your computer and use it in GitHub Desktop.
#!/bin/bash
# This hook is sourced after a new virtualenv is activated.
POST_INSTALL_PKGS="pylint pudb"
PIP=$(which pip)
$PIP install $POST_INSTALL_PKGS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment