我在电脑上安装miniconda时勾选了Python3.9环境配置(之前没有装过Python),我想在外部装一个Python3.10会不会造成我的miniconda用不了?
你把 python 3.10 安装在一个独立的目录下。 如果二者是用不同的 terminal 来运行, 一般是不会互相干扰的。
不知道你这个问题是否已经解决, 如果还没有解决的话:Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others.
Miniconda 是一个免费的 conda 最小安装程序。它是 Anaconda 的一个小型引导版本,仅包含 conda、Python、它们所依赖的包以及少量其他有用的包,包括 pip、zlib 和其他一些包。