Py4Python
チャンネル登録者数 157人
549 回視聴 ・ 4いいね ・ 2022/12/01
This video will help you to install python 3.10 installation on ubuntu 18.04. Also you will learn how to create your first python program and run your python file using terminal windows. I have created a sample python app and executing in this video demo. python installation. python3 installtion. python3.10 installation. python 3.10 installtion. how to install python in Ubuntu.
#installpython #python #ubuntupython #howtoinstallpython #pythonprogramming #pythonforbeginners #python3 #howtoinstallpython #
Install Python 3 on Ubuntu From Source
1.Update your system's local repository list by running
sudo apt update
2.Install supporting dependencies on your system with APT
sudo apt install build-essential zlib1g-dev libncurses5-dev libgdbm-dev libnss3-dev libssl-dev libreadline-dev libffi-dev wget
3.Download required python version
wget www.python.org/ftp/python/3.12.0/Python-3.12.0b3.t…
4. Extract the TGZ file that you just downloaded with
tar -xvf Python-3.12.0b3.tgz
5 Change your download directory and python folder
cd Python-3.12.0b3
6. Finally do the below steps Build Instructions
------------------
On Unix, Linux, BSD, macOS, and Cygwin::
1 ./configure
2 make
3 make test
4 sudo make install
This will install Python as ``python3``.
コメント
使用したサーバー: direct
コメントを取得中...