We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git pull
*eaf*
Describe the bug
To Reproduce
使用miniconda 安装的 python,似乎找不到 node。node 是通过 brew安装的,但似乎 miniconda 会在自己的 python bin 目录也放一个 node。buffer.py 要执行 node 的时候,2个都找不到,有点奇怪。调用print(os.environ['PATH']),miniconda 的路径和 brew 的路径都在的。把"node"改成绝对路径就好了。
Expected behavior 正常滚动,点击不影响
Versions (please complete the following info):
Screenshots If applicable, add screenshots to help explain your problem.
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
https://github.com/purcell/exec-path-from-shell
Sorry, something went wrong.
No branches or pull requests
git pull
, please refer to Mandatory Procedures to Keep Your EAF Up-to-Date first.*eaf*
buffer, if there is any error shown in the*eaf*
buffer, paste it here.Describe the bug
To Reproduce
使用miniconda 安装的 python,似乎找不到 node。node 是通过 brew安装的,但似乎 miniconda 会在自己的 python bin 目录也放一个 node。buffer.py 要执行 node 的时候,2个都找不到,有点奇怪。调用print(os.environ['PATH']),miniconda 的路径和 brew 的路径都在的。把"node"改成绝对路径就好了。
Expected behavior
正常滚动,点击不影响
Versions (please complete the following info):
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: