Skip to content

Instantly share code, notes, and snippets.

@ayatmaulana
Last active August 1, 2019 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ayatmaulana/2d6394d396d4830e34009e0ac9baa2e0 to your computer and use it in GitHub Desktop.
Save ayatmaulana/2d6394d396d4830e34009e0ac9baa2e0 to your computer and use it in GitHub Desktop.
python3_install.sh
wget https://www.python.org/ftp/python/3.7.0/Python-3.7.0.tar.xz
tar xf Python-3.7.0.tar.xz
cd Python-3.7.0
./configure
make -j 4
sudo make altinstall
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment