-
-
Save tingletech/c1659df267607e2fb5e8 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
# 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