- Learn Python in 7 Days
- Mohit Bhaskar N. Das
- 61字
- 2021-07-09 20:40:20
Setting environment variables in Linux
Linux comes with different types of shells and the Python directory path is usually /usr/local/bin/python:
- csh shell: Open the terminal and enter setenv PATH "$PATH:/usr/local/bin/python" followed by pressing Enter
- bash shell: On the terminal, enter export PATH="$PATH:/usr/local/bin/python" followed by pressing Enter
- sh or ksh shell: Enter PATH="$PATH:/usr/local/bin/python" followed by pressing Enter
推薦閱讀
- Mobile Web Performance Optimization
- Hands-On Image Processing with Python
- 劍指JVM:虛擬機實踐與性能調優
- Twilio Best Practices
- R語言游戲數據分析與挖掘
- Mastering PHP Design Patterns
- 小程序,巧運營:微信小程序運營招式大全
- 自然語言處理Python進階
- 用戶體驗增長:數字化·智能化·綠色化
- Python機器學習基礎教程
- Node Cookbook(Second Edition)
- ElasticSearch Cookbook(Second Edition)
- Learning Node.js for .NET Developers
- Visual Studio Code 權威指南
- PHP與MySQL權威指南