- 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
推薦閱讀
- 機(jī)器學(xué)習(xí)系統(tǒng):設(shè)計(jì)和實(shí)現(xiàn)
- Game Programming Using Qt Beginner's Guide
- React.js Essentials
- 征服RIA
- Oracle BAM 11gR1 Handbook
- SAP BusinessObjects Dashboards 4.1 Cookbook
- Test-Driven Machine Learning
- C#程序設(shè)計(jì)(項(xiàng)目教學(xué)版)
- Programming with CodeIgniterMVC
- Learning TypeScript
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)
- Appcelerator Titanium Smartphone App Development Cookbook
- .NET應(yīng)用架構(gòu)設(shè)計(jì):原則、模式與實(shí)踐
- OpenCV 4計(jì)算機(jī)視覺:Python語言實(shí)現(xiàn)(原書第3版)
- Hands-On Exploratory Data Analysis with Python