简体   繁体   English

Python 版本与 anaconda 版本不同

[英]Python version different with anaconda version

I'm using python 3.9.0 and I want to install Anaconda, but the Anaconda not support python 3.9 yet.我正在使用 python 3.9.0,我想安装 Anaconda,但是 Anaconda 还不支持 python 3.9。 Is it okay if I'm still installing Anaconda?如果我仍然安装 Anaconda 可以吗?

Anaconda actually comes with its own bundled Python and its package libraries. Anaconda 实际上带有它自己的捆绑 Python 及其 package 库。 It is still okay if you already have Python installed on your machine.如果您的机器上已经安装了 Python,那也没关系。

If Python 3.9 is not necessary for your application, you can use Anaconda bundled Python version ie Python 3.8 (latest version as now).如果您的应用程序不需要 Python 3.9,您可以使用 Anaconda 捆绑的 Python 版本即 Python 3.8(最新版本为现在)。

You can run your Python script using Anaconda virtual environment, so you will not mess up with existing Python installation.您可以使用 Anaconda 虚拟环境运行您的 Python 脚本,这样您就不会弄乱现有的 Python 安装。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM