我已经在pycharmIDE.after中使用Django制作了一个应用程序,完成了我的项目我从我的机器上删除了python,现在当我运行我的应用程序时重新安装。
No Python at 'C:\Users\Raisan\AppData\Local\Programs\Python\Python37-32\python.exe'
如何在Pycharm中设置python解释器
我已经在我的系统上安装了Python2.6和2.7,并且我使用的IDLE (通过右键单击Python文件并选择'edit with IDLE')来自2.6版本。由于某些原因,我不得不从我的系统中完全删除Python2.6。现在,即使安装了IDLE 2.7,Python文件在右键单击时也不会显示“edit with IDLE”。我也尝试过完全卸载Python2.7并重新安装它。会出什么问题呢?
谢谢
我可以在终端中运行python,但它显示没有找到python解释器,并且当我运行该文件时,它显示了the python path in your debug configuration is invalid。
当我单击select python interpreter时,它会显示,是的,文件路径完全是
操作系统: Ubuntu 16.04 Python 2.7
pip list | grep gev
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
gevent (1.3a2)
为了确认,我检查了:
pip insta
我试图在10.7上使用virutalenv 1.6.4版(写这篇文章时的最新版本),在mac应用商店安装了yes Xcode 4的Lion,但我得到了以下错误消息:
New python executable in SUPENV/bin/python
Error [Errno 2] No such file or directory while executing command install_name_tool -change /System/Library/Fram.../Versions/2.7/Python @executable_path/../.Python SUPENV/bin
为什么同一个可执行文件根据用户/超级用户状态报告两个不同的版本?
host:tmp$ /usr/bin/python
Python 2.7.5 (default, Mar 9 2014, 22:15:05)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> ^D
host:tmp dr
我在Visual Studio Code中使用MSYS2作为我的终端,以获得GCC支持,并使用一些更容易在Linux环境中构建的工具。但是,我想在Windows上安装Python并使用它,而不是使用MSYS2打包的Python。我目前的解决方法是在.bashrc中定义以下别名 alias python='$PYTHONPATH/../../python.exe'
alias pip='$PYTHONPATH/../../pip.exe' 我最近尝试使用venv,但这引起了问题,因为当我在MINGW终端输入python时,它指向我的Windows python而