Skip to content

Instantly share code, notes, and snippets.

@HomenSimpsor
Last active December 14, 2015 07:19
Show Gist options
  • Save HomenSimpsor/5049694 to your computer and use it in GitHub Desktop.
Save HomenSimpsor/5049694 to your computer and use it in GitHub Desktop.
Running an opt install Python 2.7 on CentOS 5.5
LD_LIBRARY_PATH=/opt/python2.7/lib /opt/python2.7/bin/python
alias p27="LD_LIBRARY_PATH=/opt/python2.7/lib /opt/python2.7/bin/python"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment