Skip to content

Instantly share code, notes, and snippets.

@nicholaskajoh
Created October 27, 2019 20:42
Show Gist options
  • Save nicholaskajoh/30a6fab57d8df1053e38b0311ec8ffe7 to your computer and use it in GitHub Desktop.
Save nicholaskajoh/30a6fab57d8df1053e38b0311ec8ffe7 to your computer and use it in GitHub Desktop.
Python setup (Let's Build an Autonomous Toy Car! series)
# Refresh repos
sudo apt update
# Update system
sudo apt upgrade
# Install Python 2
sudo apt install python2.7 python-pip
# Install Python 3
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt install python3.6 python3-pip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment