Skip to content

Instantly share code, notes, and snippets.

@tingletech
Created May 1, 2015 04:29
Show Gist options
  • Save tingletech/c1659df267607e2fb5e8 to your computer and use it in GitHub Desktop.
Save tingletech/c1659df267607e2fb5e8 to your computer and use it in GitHub Desktop.
# set up perl / cpanm
# cpanm --local-lib=~/perl5 local::lib
eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
# put the role account virtualenv on the $PATH (if not there already)
# virtualenv ~/python
if [[ ! ":$PATH:" == *":$HOME/python/bin:"* ]]; then
export PATH=$HOME/python/bin:$PATH
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment