Last active
September 9, 2015 16:03
-
-
Save paulohrpinheiro/3c21b8fc65fea5be6729 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
| [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