書名: Learn Python in 7 Days作者名: Mohit Bhaskar N. Das本章字數: 34字更新時間: 2021-07-09 20:40:21
Setting environment variables in Mac OS (OS 10.9)
Here, simply you need to edit the launchd.conf file and add the path variable to the file:
$ sudo edit /etc/launchd.conf
setenv PYTHONPATH /Users/vesper/temp:/Users/vesper/misc
推薦閱讀
- Boost程序庫完全開發指南:深入C++”準”標準庫(第5版)
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 數字媒體應用教程
- Getting Started with React
- 造個小程序:與微信一起干件正經事兒
- C/C++算法從菜鳥到達人
- Dependency Injection in .NET Core 2.0
- HTML5 Mobile Development Cookbook
- Mastering Predictive Analytics with Python
- 小程序開發原理與實戰
- 學Python也可以這么有趣
- Node.js全程實例
- Go語言精進之路:從新手到高手的編程思想、方法和技巧(1)
- Python全棧數據工程師養成攻略(視頻講解版)
- Python機器學習:預測分析核心算法