Skip to content

Instantly share code, notes, and snippets.

@paulohrpinheiro
Last active September 9, 2015 16:03
Show Gist options
  • Select an option

  • Save paulohrpinheiro/3c21b8fc65fea5be6729 to your computer and use it in GitHub Desktop.

Select an option

Save paulohrpinheiro/3c21b8fc65fea5be6729 to your computer and use it in GitHub Desktop.
[data]$ echo 'source $OPENSHIFT_DATA_DIR/perlbrew/etc/bashrc' >> .bash_profile
[data]$ echo 'alias perlbrew=$PERLBREW_ROOT/bin/perlbrew' >> .bash_profile
[data]$ echo 'alias patchperl=$PERLBREW_ROOT/bin/patchperl' >> .bash_profile
[data]$ cat .bash_profile
# Warning: Be careful with modifications to this file,
# Your changes may cause your application to fail.
source $OPENSHIFT_DATA_DIR/perlbrew/etc/bashrc
alias perlbrew=$PERLBREW_ROOT/bin/perlbrew
alias patchperl=$PERLBREW_ROOT/bin/patchperl
[data]$ exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment