- 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
推薦閱讀
- Software Defined Networking with OpenFlow
- The Modern C++ Challenge
- C語(yǔ)言程序設(shè)計(jì)習(xí)題解析與上機(jī)指導(dǎo)(第4版)
- Ceph Cookbook
- Python程序設(shè)計(jì)(第3版)
- UI智能化與前端智能化:工程技術(shù)、實(shí)現(xiàn)方法與編程思想
- Full-Stack Vue.js 2 and Laravel 5
- PhoneGap:Beginner's Guide(Third Edition)
- 微信小程序項(xiàng)目開(kāi)發(fā)實(shí)戰(zhàn)
- Python深度學(xué)習(xí):基于TensorFlow
- Learning PHP 7
- 軟件項(xiàng)目管理實(shí)用教程
- Instant Debian:Build a Web Server
- 工業(yè)機(jī)器人離線編程
- SQL Server實(shí)例教程(2008版)