Python do iniciante ao profissional - Instalação Python e Pycharm no Ubuntu 24.04LTS - 2024
4.0(1)
8 learners
What you'll learn
This course includes
4 hours of video
Certificate of completion
Access on mobile and TV
Summary
Full Transcript
Se o vídeo te ajudou de alguma forma, considere ajudar o canal para continuarmos a produzir mais conteúdos desse tipo: Obrigado ;-)
PIX: [email protected]
Instagram: @aresti_oficial
Site: http://www.aresti.com.br
Nesse vídeo mostro como compilar e instalar o Python 3.15.5
Comandos usados:
sudo apt update
sudo apt install -y build-essential libssl-dev zlib1g-dev libncurses5-dev libncursesw5-dev libreadline-dev libsqlite3-dev libgdbm-dev libdb5.3-dev libbz2-dev libexpat1-dev liblzma-dev tk-dev libffi-dev liblzma-dev
cd /tmp
wget https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tgz
tar -xf Python-3.12.0.tgz
cd Python-3.12.0
./configure --enable-optimizations
make -j $(nproc)
sudo make altinstall
python3.12 --version
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.