Clion不会编译, /bin /sh:python:在Mac上找不到命令
我有一种与我正在使用的vcpkg
库有关的感觉。但是,我必须弄清楚如何将Python别名添加到SH。我设法将其添加到ZSH中,但事实证明,这不是clion
想要的...
我发现的大多数答案是关于将别名添加到bash中,但我想要sh ... 如何将Python添加到MAC上的SH SH/PATH/环境中?
I have a feeling its something to do with vcpkg
library I'm using. Nevertheless, I have to figure out how to add python alias to SH. I managed to add it to zsh, but it turns out that is not what Clion
wants...
Most of answers I find is about adding alias to bash, but I want SH...
How can I add python to Sh alias/path/environment on MAC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
例如,从Python的路径中建立符号链接
:例如:
make a symbolic link from your python PATH to it
for example: