python版本
一个系统上可以同时安装几个python版本,不必去卸载旧的python版本;
ubuntu上安装新的python版本:https://blog.csdn.net/weixin_42256557/article/details/122342614
安装完成后,使用 update-alternative --config python 这个命令去切换python的版本
安装python第三方库:sudo pip install pandas, 卸载 sudo pip uninstall pandas
从固定的源:sudo pip install pandas
-i https://mirrors.aliyun.com/pypi/simple/
-i http://pypi.douban.com/simple/ --trusted-host=pypi.douban.com/simple

浙公网安备 33010602011771号