Tutorial Install Python3 in Ubuntu Linux

Published: 15 December 2019
on channel: RADAS
123
6

Please subscribe to my channel. Thank you so much.
Đăng ký kênh ủng hộ mình nhé.
Tutorial Install Python3 in Ubuntu Linux
#Step to do:
#Check current Python3 version
python3 --version
Install requirements
sudo apt-get install liblzma-dev
sudo apt-get install -y build-essential
sudo apt-get install -y checkinstall
sudo apt-get install -y libreadline-gplv2-dev
sudo apt-get install -y libncursesw5-dev
sudo apt-get install -y libssl-dev
sudo apt-get install -y libsqlite3-dev
sudo apt-get install -y tk-dev
sudo apt-get install -y libgdbm-dev
sudo apt-get install -y libc6-dev
sudo apt-get install -y libbz2-dev
sudo apt-get install -y zlib1g-dev
sudo apt-get install -y openssl
sudo apt-get install -y libffi-dev
sudo apt-get install -y python3-dev
sudo apt-get install -y python3-setuptools
sudo apt-get install -y wget
Prepare to build
cd ~/Downloads/
Pull down Python 3.8, build, and install
wget https://www.python.org/ftp/python/3.8...
tar -xvf Python-3.8.0.tar.xz
cd ./Python-3.8.0
./configure
sudo make
sudo make install
#Check current Python3 version
#Open new terminal
cd ~
python3 --version
#Check current pip3 version
pip3 --version
#Install a package for Python3 use PIP3
sudo pip3 install pandas

Please send feedback to my email: vanquoc12b4@gmail.com if you have any problem about links.
Good lucky!
Thank you so much.


On this page of the site you can watch the video online Tutorial Install Python3 in Ubuntu Linux with a duration of hours minute second in good quality, which was uploaded by the user RADAS 15 December 2019, share the link with friends and acquaintances, this video has already been watched 123 times on youtube and it was liked by 6 viewers. Enjoy your viewing!