Skip to content

Instantly share code, notes, and snippets.

@Arinerron
Created January 17, 2017 02:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Arinerron/eadc920acd3df23b6a62a092a915342e to your computer and use it in GitHub Desktop.
Save Arinerron/eadc920acd3df23b6a62a092a915342e to your computer and use it in GitHub Desktop.
Installs Python-3.4.2
wget https://www.python.org/ftp/python/3.4.2/Python-3.4.2.tgz
tar xvf Python-3.4.2.tgz
cd Python-3.4.2
./configure
make
make test
sudo make install
cd ..
rm -rf Python-3.4.2
rm Python-3.4.2.tgz
@Arinerron
Copy link
Author

To auto-execute this script, run:

curl https://gist.githubusercontent.com/Arinerron/eadc920acd3df23b6a62a092a915342e/raw/fe8f1819d6b030171b561eb77581b377149402b2/python.sh | sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment