安装python3.10 基于ubuntu

Prerequisite

sudo apt update
sudo apt install software-properties-common -y

Add custom APT repository

sudo add-apt-repository ppa:deadsnakes/ppa
sudo apt update

Press ENTER to confirm adding repository.

Install Python 3.10

sudo apt install python3.10 python3.10-venv python3.10-dev
python3 --version

You will see previous of Python. At the writing time Python 3.10.16

[!CAUTION]

This may cause problem with terminal not open on Ubuntu

https://askubuntu.com/questions/1397938/terminal-not-opening-after-changing-python-version

ls -la /usr/bin/python3
sudo rm /usr/bin/python3
sudo ln -s python3.10 /usr/bin/python3
sudo ln -s python3.10 /usr/bin/python
python3 --version

Now you will see Python 3.10.x

Install PIP for Python 3.10

curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10
python3.10 -m pip --version

Test with system ENV

python3.10 -m pip install ipython

Test with Virtual ENV

python3.10 -m venv venv
pip install ipython

References

https://computingforgeeks.com/how-to-install-python-on-ubuntu-linux-system/

https://gist.githubusercontent.com/rutcreate/c0041e842f858ceb455b748809763ddb/raw/cc6ac984f9eced60bc46d29099c3df64902a66a3/README.md

相关推荐
O。o.尊都假都22 分钟前
003__系统共享工具、服务器的使用
linux·运维·服务器
x-cmd27 分钟前
[241231] CachyOS 2024 年终总结:性能飞跃与社区繁荣 | ScyllaDB 宣布转向开源可用许可证
linux·开源·操作系统·database·开发·集群·arch
叱咤少帅(少帅)3 小时前
Ubuntu Server安装谷歌浏览器
linux·运维·ubuntu
old_power3 小时前
Linux(Ubuntu24.04)安装Eigen3库
linux·c++·人工智能
聚名网5 小时前
加固服务器有什么用?
运维·服务器
比钻石还闪亮的nan人5 小时前
ubuntu 使用s3fs配置自动挂载对象存储
linux·运维·ubuntu
whp4046 小时前
docker-compose 简单部署
运维·docker·容器
冷曦_sole7 小时前
linux-26 文件管理(四)install
linux·运维·服务器
千千道7 小时前
linux的线程同步(条件变量和锁)
linux·arm开发·驱动开发·物联网·arm
IT北辰8 小时前
Linux中隐藏操作身法
linux·运维·服务器