随笔分类 -  1后端 / python

摘要:卸载python whereis python3 |xargs rm -frv whereis python2 |xargs rm -frv whereis python |xargs rm -frv 测试模式,非生产模式 1.修改host 和port 2.上传项目 3.下载python项目管理器 阅读全文
posted @ 2023-05-21 15:16 当代悲情诗人 阅读(68) 评论(0) 推荐(0)
摘要:1.linux 上安装python wget https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz 2.配置 cd Python-3.7.2 ./configure prefix=/usr/local/python3 3.make 安装 阅读全文
posted @ 2023-01-02 20:25 当代悲情诗人 阅读(99) 评论(0) 推荐(0)