-
-
Save thinmy/9ad22e8d0ab480a49c334ad86d6f4ead to your computer and use it in GitHub Desktop.
Script for install of Python 3.6 on Ubuntu
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 | |
add-apt-repository ppa:jonathonf/python-3.6 && apt-get update | |
apt-get install -y python3.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment