gpt4 book ai didi

python - 使用 Anaconda/Miniconda Python 设置 Atom 包(即 Autocomplete-Python)中的 Python 可执行路径

转载 作者:太空宇宙 更新时间:2023-11-03 21:43:58 24 4
gpt4 key购买 nike

我在管理路径方面遇到了困难。

我已经随 Miniconda3 一起原生安装了 python(Python 随 Miniconda3 一起提供)。

我想设置 Atom 包、虚拟环境。

atom's autocomplete-python documentation (也在包头下方的设置中)解释:

Python Executable Paths to be formatted like this

我已将两个 python 可执行文件定位到以下路径:

/Miniconda3/python

/Miniconda3/pkgs/python-3.7.0-hea74fb7_0/python

我也尝试过/$Miniconda3...

并在前面添加 c:/...Miniconda3

(我认为我不理解 $PROJECT 或 $PROJECT_NAME,但尝试了一下)

我已经尝试了所有这些变体。按照说明重新启动。仍然没有结果。

我生成了这两个错误:

Please set path to python executable manually in package settings and restart your editor. Be sure to migrate on new settings if everything worked on previous version. Detailed error message: 'python' is not recognized as an internal or external command, operable program or batch file. Current config: C:\users\User\Miniconda3\python

Please set path to python executable manually in package settings and restart your editor. Be sure to migrate on new settings if everything worked on previous version. Detailed error message: 'python' is not recognized as an internal or external command, operable program or batch file. Current config: /users/user/Miniconda3/python

过去,我通过在系统上全局安装 python,然后下载并安装 miniconda/anaconda 来解决这个问题,但是,这看起来很老套,我想了解如何以正确的方式做到这一点,特别是考虑到atom看起来支持虚拟环境并容纳自定义路径,因为我过去一直在努力解决路径问题并希望弄清楚它们。

任何帮助将不胜感激。谢谢。

最佳答案

打开python环境并运行:

import sys

print(sys.executable)

这是Python可执行文件的位置,应设置为atom中的路径变量。我遇到了同样的问题,这为我解决了。

关于python - 使用 Anaconda/Miniconda Python 设置 Atom 包(即 Autocomplete-Python)中的 Python 可执行路径,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52638232/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com