Last active
February 7, 2020 10:24
-
-
Save Donut3228/72efd2c244a1de165f66c0e9854673a1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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