Skip to content

Instantly share code, notes, and snippets.

@orendain
Created May 21, 2018 01:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save orendain/d4fe83c3c11ce77b146762eb3acac471 to your computer and use it in GitHub Desktop.
Save orendain/d4fe83c3c11ce77b146762eb3acac471 to your computer and use it in GitHub Desktop.
Install Python3 and Jupyter on HDP sandbox 2.6.4
yum install -y python34 python34-pip python34-devel gcc-c++
pip3 install --upgrade pip
pip3 install jupyter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment