Skip to content

Instantly share code, notes, and snippets.

@Donut3228
Last active February 7, 2020 10:24
Show Gist options
  • Save Donut3228/72efd2c244a1de165f66c0e9854673a1 to your computer and use it in GitHub Desktop.
Save Donut3228/72efd2c244a1de165f66c0e9854673a1 to your computer and use it in GitHub Desktop.
#!/bin/bash
cd /tmp/
wget https://www.python.org/ftp/python/3.6.9/Python-3.6.9.tar.xz
tar -xJf Python-3.6.9.tar.xz
cd Python-3.6.9.tar.xz
./configure
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment