Last active
June 9, 2019 08:38
-
-
Save simonjisu/965bf3a284259104313a8f19f0c5ad55 to your computer and use it in GitHub Desktop.
install python3.6 in raspberry pi https://gist.githubusercontent.com/simonjisu/965bf3a284259104313a8f19f0c5ad55/raw/f82635ae999400f161028a2033fa5ec5a8f62687/install_python3.sh
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
wget https://www.python.org/ftp/python/3.6.5/Python-3.6.5.tar.xz | |
tar xf Python-3.6.5.tar.xz | |
cd Python-3.6.5 | |
./configure && make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment