- Python Needs To Be Installed And In Your Path:
Python Installation
-
Installing Python On Linux
- Debian/Ubuntu:
sudo apt install python3 - Arch Linux:
sudo pacman -S python - Fedora:
sudo dnf install python
- Debian/Ubuntu:
-
Installing Python On Windows
- If You Have Winget:
winget install 9NQ7512CXL7T - If Winget Is NOT Present
- Install This .msix File
- If You Have Winget:
-
Installing Python On macOS
- Install Brew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew install python
- Install Brew:
- You Also Must Have The Permissions To Run Scripts.