在中为PYTHONPATH添加一个目录终端.app使用TextMate

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在中为PYTHONPATH添加一个目录终端.app使用TextMate相关的知识,希望对你有一定的参考价值。

  1. #open your .bash_profile by typing this into Terminal. You'll need to be in your home directory.
  2.  
  3. sudo mate edit .bash_profile
  4.  
  5.  
  6. # Paste something like this into your .bash_profile
  7.  
  8. export PYTHONPATH=$HOME/Sites/dev:$PYTHONPATH

以上是关于在中为PYTHONPATH添加一个目录终端.app使用TextMate的主要内容,如果未能解决你的问题,请参考以下文章

将目录添加到 sys.path /PYTHONPATH

如何永久地将目录附加到PYTHONPATH?

如何在 Windows 中添加到 PYTHONPATH,以便找到我的模块/包?

Python - 在命令行模块运行期间添加 PYTHONPATH

python在mac系统配置PYTHONPATH

VSCode - 在终端和 pythonpath 中运行 Python 文件