SSH远程连接学校实验室服务器 一 python版本问题


问题1:

连接上远程服务器后,输入

python 

发现python版本只有2.7 。试图使用以下方式更新:

sudo apt install python3.9

会出现如下报错信息:
image

解决方式:

一般不直接更新python,而是在自己的home内部下载anaconda。2022年7月12日时下载最新linux版本anaconda所使用的指令为:

wget https://repo.anaconda.com/archive/Anaconda3-2022.05-Linux-x86_64.sh

适用于当前时刻的版本请至anaconda官网自行查阅.
image

问题2:

下载anaconda3过程中没有在出现下列询问时及时输入yes,需要手动启动conda。

image

解决方式:

参考官网提示:

If you enter “no”, then conda will not modify your shell scripts at all. In order to initialize after the installation process is done, first run

source <path to conda>/bin/activate 

and then run

conda init

举例:

image
上方图片第一句话输入时,cd在个人文件夹。

成功后输入:

python

查看python版本,成功更新。

原创文章,作者:306829225,如若转载,请注明出处:https://blog.ytso.com/tech/python/273898.html

(0)
上一篇 2022年7月12日 23:15
下一篇 2022年7月12日 23:35

相关推荐

发表回复

登录后才能评论