- 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
推薦閱讀
- Intel Galileo Essentials
- Rake Task Management Essentials
- Android 7編程入門經典:使用Android Studio 2(第4版)
- 高級C/C++編譯技術(典藏版)
- Python漫游數學王國:高等數學、線性代數、數理統計及運籌學
- Microsoft Azure Storage Essentials
- Building Machine Learning Systems with Python(Second Edition)
- MySQL程序員面試筆試寶典
- C++ Fundamentals
- Backbone.js Testing
- 深度學習入門:基于Python的理論與實現
- SQL Server on Linux
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Windows 10 for Enterprise Administrators
- ArcGIS Blueprints