【发布时间】:2020-07-19 10:42:11
【问题描述】:
我也删除了与 python37 关联的路径,仍然在命令提示符下编写 python 时,我收到以下消息。
C:\Users\Username>python
Python 3.7.6 (default, Jan 8 2020, 20:23:39) [MSC v.1916 64 bit (AMD64)] :: Anaconda, Inc. on win32
Warning:
This Python interpreter is in a conda environment, but the environment has
not been activated. Libraries may fail to load. To activate this environment
please see https://conda.io/activation
Type "help", "copyright", "credits" or "license" for more information.
>>>
【问题讨论】:
-
那么你的目标是什么?你想做什么?我假设您想使用某些特定版本的 python
-
@basilisk 是的,我想知道,为什么仍在使用 python 3.7,以及如何将其升级到 3.8
-
然后在你的终端里写 python3.8 而不仅仅是 python
-
这能回答你的问题吗? How to upgrade Python version to 3.7?
标签: python python-3.x