- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
下面 3 种获取 $PATH 的场景:1)从终端 2)从终端启动的 Python 3)从 Python(空闲)
1) 在终端中:>> echo $PATH
导致 ~10-15 个位置的列表
2) 在终端中运行 Python:
>> python
>> os.environ['PATH']
>> # I get the same list as in the first scenario. Expected
3) 现在我运行 python IDLE(所以,不要运行终端)
>> os.environ['PATH']
>> # I get different list of paths. much less locations comparing to 1 or 2 scenarios.
问:如何更改 $PATH 以影响 Python IDLE?我发现了一些从 .bash_profile 更新 $PATH 的建议,但看起来它们仅在我运行终端时才影响 $PATH。
我也考虑过/etc/paths,但在 3d 场景中仍然遗漏了一个位置 (/usr/loca/bin/)。那么 Mac OS X 中 $PATH 变量的基本来源是什么?
最佳答案
变量 $PATH 由 .bash_profile 更改,它在您启动终端时执行。在您的情况下,您应该通过例如 Apple 工具 path_helper
编辑 /etc/paths.d/
(请参阅 here)。
关于python - MacOS 塞拉利昂 : modify $PATH globally,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40580358/
每次我尝试在我的 mac 中安装 sqlite3 时,我都会收到此错误: sh: node-pre-gyp: command not found npm WARN quiz@1.0.0 No repo
我刚刚从 El Capitan 更新到 Sierra。当我继续在我的本地主机上工作时,它恰好在我的 Mac 上,它停止工作了。当我转到 http://localhost/ 1st 时它说“它有效”,当
在 macOS Sierra 上编译 C++ 代码时,我仍在与这些烦人的警告作斗争: warning: section "__textcoal_nt" is deprecated 还有其他页面讨论这个
下面 3 种获取 $PATH 的场景:1)从终端 2)从终端启动的 Python 3)从 Python(空闲) 1) 在终端中:>> echo $PATH 导致 ~10-15 个位置的列表 2) 在终
试着看看我应该为 InteliJ 下载并安装 dmg 还是使用 brew cask install? 什么是推荐以及如何使用 brew? (寻找最新的社区版本) 最佳答案 intelij 社区和付费版
我试图在 Mac OS X Sierra 中基于 Linphone 构建一个 C 源文件,但出现以下错误。 这是 C 源文件的链接。 http://www.linphone.org/docs/libl
我是一名优秀的程序员,十分优秀!