如何在不需要任何权限的情况下更新 conda?
How can I update conda without requiring any permissions?
我正在远程服务器上工作,并通过终端通过 ssh 连接到它;安装的conda版本是4.4.10,最新版本是4.9.2,这让我无法安装最新版本的python包。问题是我没有更新 conda 的权限。有什么方法可以在不需要权限的情况下更新它吗?
Warning a newer version of conda exists. <== current version 4.4.10 latest version 4.9.2.
installation guide for conda 说
We recommend you install Anaconda for the local user, which does not
require administrator permissions and is the most robust type of
installation. You can also install Anaconda system wide, which does
require administrator permissions.
听起来好像你有后一种安装方式,但你最好使用前一种。
您需要与系统管理员就如何解决此问题达成一致。
我正在远程服务器上工作,并通过终端通过 ssh 连接到它;安装的conda版本是4.4.10,最新版本是4.9.2,这让我无法安装最新版本的python包。问题是我没有更新 conda 的权限。有什么方法可以在不需要权限的情况下更新它吗?
Warning a newer version of conda exists. <== current version 4.4.10 latest version 4.9.2.
installation guide for conda 说
We recommend you install Anaconda for the local user, which does not require administrator permissions and is the most robust type of installation. You can also install Anaconda system wide, which does require administrator permissions.
听起来好像你有后一种安装方式,但你最好使用前一种。
您需要与系统管理员就如何解决此问题达成一致。