Created
February 16, 2014 16:21
-
-
Save AlecTaylor/9036733 to your computer and use it in GitHub Desktop.
This file contains 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
rhc app create ipython python-2.7 | |
rhc env set LC_ALL='en_US.UTF-8' --app ipython | |
rhc env set LANG='en_US.UTF-8' --app ipython | |
rhc ssh ipython | |
pip install ipython pyzmq tornado | |
killall httpd | |
ipython notebook --ip=${OPENSHIFT_PYTHON_IP} --port=${OPENSHIFT_PYTHON_PORT} --no-browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment