Skip to content

Instantly share code, notes, and snippets.

@thinmy
Forked from rafpyprog/install_python3.6.sh
Created October 9, 2018 11:02
Show Gist options
  • Save thinmy/9ad22e8d0ab480a49c334ad86d6f4ead to your computer and use it in GitHub Desktop.
Save thinmy/9ad22e8d0ab480a49c334ad86d6f4ead to your computer and use it in GitHub Desktop.
Script for install of Python 3.6 on Ubuntu
#!/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