-
Notifications
You must be signed in to change notification settings - Fork 2.7k
install python
ArmanHC edited this page Apr 5, 2022
·
2 revisions
You need to install python for run this source code
sudo apt update
sudo apt install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update
sudo apt install python3.8
python --version
$ su
$ apt-get install sudo
$ sudo vim /etc/sudoers
yum update -y
yum install -y python3
-
official installer You can install python on official Python website
-
shell installation
- press CMD + Space
- Type terminal
- Press Enter
Terminal commands
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew update && brew upgrade
You can download download Python installer from official python website