Tutorial Install Python3 in Ubuntu Linux

Veröffentlicht am: 15 Dezember 2019
auf dem Kanal: 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.


Auf dieser Seite können Sie das Online-Video Tutorial Install Python3 in Ubuntu Linux mit der Dauer stunde minuten sekunde in guter Qualität ansehen, das der Benutzer RADAS 15 Dezember 2019 hochgeladen hat, den Link mit Freunden und Bekannten teilen, dieses Video wurde auf Youtube bereits 123 Mal angesehen und es wurde von 6 den Zuschauern gefallen. Viel Spaß beim Betrachtenden Zuschauern gefallen!