How to install Python3

Publicado el: 03 julio 2023
en el canal de: 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


En esta página del sitio puede ver el video en línea How to install Python3 de Duración hora minuto segunda en buena calidad , que subió el usuario TermuxTeam 03 julio 2023, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 71 veces y le gustó 0 a los espectadores. Disfruta viendo!