简体   繁体   English

为什么我的 python 没有显示在 cmd 中,尽管我添加了系统变量的路径?

[英]Why does my python not show in cmd despite me adding the path to my system variables?

I recently started to using PyCharm Community so i'm pretty new to this.我最近开始使用 PyCharm 社区,所以我对此很陌生。 I added the anaconda3 and python path to my variables.我将 anaconda3 和 python 路径添加到我的变量中。 "conda" works in my cmd but python just opens a windows store page where i can download python. “conda”在我的 cmd 中有效,但 python 只打开一个 windows 商店页面,我可以在其中下载 Z23EEEB4347BDD26BFCDD.B7EEDA9 I checked the path with "where python" and added these.我用“where python”检查了路径并添加了这些。 Does anyone have suggestions, because I wanted to use pyinstaller.有没有人有建议,因为我想使用 pyinstaller。

Type py instead of python in your command prompt.在命令提示符下键入py而不是python The default command for running python commandline interface has changed.运行 python 命令行界面的默认命令已更改。

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

相关问题 将 Python 添加到我的 Windows PATH Powershell 后,它停止识别诸如 cmd 和 help 之类的简单命令。 有谁知道如何解决这一问题? - After adding Python to my windows PATH Powershell stopped recognizing simple commands like cmd and help. Does anyone know how to fix this? 尽管我努力运行 python3,为什么我的系统仍在运行 python2? - Why is my system running python2 despite all my efforts to run python3? 在Python中添加负数时,为什么我的代码给我错误的结果? - Why does my code give me the wrong result when adding negative numbers in Python? 为什么这一直循环? 尽管我更新了适当的变量 - why does this keep looping? despite me updating the appropriate variables 为什么我的virtualenv继承了系统的旧环境变量? - Why does my virtualenv inherit the system's old environment variables? 尽管使用 for 循环添加元素,为什么我的列表仍然为空 - Why does my list stay empty despite adding elements using a for loop python-为什么我的程序告诉我它不可调用 - python- why does my program tells me it's not callable 为什么python告诉我我的yes变量未定义? - why does python tell me that my yes variable not defined? 为什么我的 Python POST 请求会引导我进入初始网页? - Why does my Python POST request lead me to the initial webpage? Windows Cmd路径,Sublime路径,系统变量 - Windows Cmd path, Sublime Path, System Variables
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM