Skip to content

Instantly share code, notes, and snippets.

@evgenys91
evgenys91 / get-python.sh
Last active February 23, 2021 12:36 — forked from vbe0201/get-python.sh
A script to install Python 3.7.2 on your Debian, Ubuntu or Mint server.
#!/bin/bash
#
# A bash script for installing Python 3.7.2 on your Debian, Ubuntu or Mint server.
# (c) 2019 Valentin B.
#
# Open your terminal and enter the following command:
# wget https://gist.github.com/evgenys91/af10f4c860316afe06d55264719f3b21/raw/get-python.sh && chmod +x get-python.sh && ./get-python.sh
apt update -y
apt upgrade