How to install Python3

Published: 03 July 2023
on channel: TermuxTeam
71
0

Ubuntu

apt install libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev libffi-dev zlib1g-dev build-essential

Debian

apt install -y zlib-devel bzip2-devel openssl-devel ncurses-devel sqlite-devel readline-devel tk-devel gdbm-devel db4-devel libpcap-devel xz-devel expat-devel

1 wget http://python.org/ftp/python/3.7.3/Py...

2 tar xf Python-3.7.3.tar.xz

3 cd Python-3.7.3

4 ./configure --prefix=/usr/local --enable-shared LDFLAGS="-Wl,-rpath /usr/local/lib"

5 make && make altinstall

6 wget https://bootstrap.pypa.io/get-pip.py

7 python3.7 get-pip.py


On this page of the site you can watch the video online How to install Python3 with a duration of hours minute second in good quality, which was uploaded by the user TermuxTeam 03 July 2023, share the link with friends and acquaintances, this video has already been watched 71 times on youtube and it was liked by 0 viewers. Enjoy your viewing!