简体   繁体   English

每当我在命令提示符下运行 python 时都会发出警告(我已经在我的 windows 8.1 操作系统上安装了 anaconda 最新版本)

[英]Warning whenever i run python in my command prompt ( i have installed anaconda latest version on my windows 8.1 os)

Whenever I enter python in my command prompt I get a warning like this below.每当我在命令提示符下输入 python 时,我都会收到如下警告。 Whenever I use conda activate base And then enter python, I get no warning.每当我使用conda activate base然后输入 python 时,我都没有收到任何警告。 But I have seen many people just writing Python like I just entered in my command prompt and they get no warning.但是我看到很多人只是写 Python 就像我刚刚在命令提示符中输入一样,他们没有收到任何警告。 How can I remove this warning?如何删除此警告?

How can I get it right?我怎样才能正确?

This is the link to the screenshot that I got during entering the command:这是我在输入命令时获得的屏幕截图的链接:

1

Actually, it's working, haha.事实上,它正在工作,哈哈。

  • Firstly, the ">>>" alone means that you are in a Python environment within the interpreter.首先,">>>" 单独意味着您处于解释器中的 Python 环境中。

Although, it might also mean that you didn't install Python correctly.虽然,这也可能意味着您没有正确安装 Python。

暂无
暂无

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

相关问题 Wing101 默认为 python 2.7,即使我的 Mac 上安装了最新版本 - Wing101 is defaulting to python 2.7 even though I have the latest version installed on my Mac 每当我尝试使用 windows 中的命令提示符为 python 安装库时,屏幕上都会显示以下错误。 我该怎么办? - whenever i try to install a library for python using the command prompt in windows, the following error displays on my screen. what do i do? 在 Anaconda 提示中安装了最新版本的 Python 但在 Spyder 中没有反映 - Installed latest version of Python in Anaconda prompt but no reflect in Spyder 我可以在 Windows 的命令提示符下运行 python,但无法在 atom 编辑器的终端中运行它 - I am able to run python on my command prompt of windows but unable to run it in terminal of atom editor 如果我安装了 2 个 python 版本,如何在命令提示符中更改 python 版本 - How to change python version in command prompt if I have 2 python version installed anaconda 版本和我安装的 python 版本 - anaconda version and my installed python version 如何在Windows 10中从常规命令提示符处激活python anaconda并运行脚本 - How do I activate python anaconda and run script from regular command prompt in Windows 10 我只想在我的 Windows 机器上安装最新版本的 Python - I only want the latest version of Python on my Windows machine python --version 不适用于 Windows 命令提示符但已安装 - python --version not working on Windows command prompt but installed 我的计算机上安装了两个版本的python,但一个没有响应 - I have two version of python installed on my computer but one is not responding
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM