摘要: 1. cd /usr/src #进入到这个目录 2. wget wget https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tgz #进行安装包的安装 3. tar -xzf Python-3.9.1.tgz #进行解压 4. cd Pytho 阅读全文
posted @ 2024-12-25 17:41 Bombbbbb 阅读(46) 评论(0) 推荐(0)
摘要: thefuck对python版本有要求 python升级 pip3 install thefuck --upgrade #thefuck给的python升级方式 python升级到3.9.1 1. cd /usr/src #进入到这个目录 2. wget wget https://www.pytho 阅读全文
posted @ 2024-12-25 17:34 Bombbbbb 阅读(106) 评论(0) 推荐(0)