Skip to content

Instantly share code, notes, and snippets.

@AlecTaylor
Created February 16, 2014 16:21
Show Gist options
  • Save AlecTaylor/9036733 to your computer and use it in GitHub Desktop.
Save AlecTaylor/9036733 to your computer and use it in GitHub Desktop.
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