████████████████████████████████ 3.10 ████████████████████████████████ 11
The following tutorial describes how to install Python 3.10 in Debian 11. The following tutorial describes how to install Python.
The following tutorial describes how to install Python:
1 | sudo apt update && sudo apt upgrade |
We install the necessary packages:
1 | sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev libsqlite3-dev wget libbz2-de |
The following tutorial describes how to install Python 3.10:
1 | wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz |
The following tutorial describes how to install Python:
1 | tar -xf Python-3.10.*.tgz |
The following tutorial describes how to install Python:
1 | cd Python-3.10.*/ |
1 | ./configure --enable-optimizations |
cd Python-3.10. * /:
1 | sudo make altinstall |
cd Python-3.10. * /:
1 | python3.10 --version |
cd Python-3.10. * /:
1 | Python 3.10.0 |
cd Python-3.10. * /
1 | sudo apt install python3-pip |
cd Python-3.10. * /:
1 | sudo pip install nazwa_modulu |
cd Python-3.10. * /:
1 | sudo pip install beautifulsoup4 |
cd Python-3.10. * /:
1 2 3 4 5 6 7 | Collecting beautifulsoup4 Downloading beautifulsoup4-4.10.0-py3-none-any.whl (97 kB) |████████████████████████████████| 97 kB 259 kB/s Collecting soupsieve>1.2 Downloading soupsieve-2.2.1-py3-none-any.whl (33 kB) Installing collected packages: soupsieve, beautifulsoup4 Successfully installed beautifulsoup4-4.10.0 soupsieve-2.2.1 |