Du befindest dich hier: Willkommen » Linux » Python

**Dies ist eine alte Version des Dokuments!**

Python

Python installieren

sudo apt install python3 python-is-python3 -y

PIP installieren

cd ~/Downloads/
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
python -m pip --version

PlatformIO installieren

cd ~/Downloads/
wget -O get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
python3 get-platformio.py
echo PATH="\$HOME/.platformio/penv/bin:\$PATH" >> ~/.bashrc
cat ~/.bashrc
sh ~/.bashrc
pio --version
linux/python.1704537396.txt.gz · Zuletzt geändert: 06.01.2024 10:36 von Martin