- Mastering Python Scripting for System Administrators
- Ganesh Sanjiv Naik
- 46字
- 2021-07-02 14:00:16
Installing and using pip to install packages
In Linux, install pip as follows:
sudo apt install python-pip --- This will install pip for python 2.
sudo apt install python3-pip --- This will install pip for python 3.
In Windows, install pip as follows:
python -m pip install pip
推薦閱讀
- Web程序設(shè)計及應(yīng)用
- Instant Testing with CasperJS
- Backbone.js Blueprints
- Web程序設(shè)計(第二版)
- C/C++程序員面試指南
- Java程序設(shè)計案例教程
- Learning Material Design
- CRYENGINE Game Development Blueprints
- Apache Solr PHP Integration
- TypeScript圖形渲染實戰(zhàn):2D架構(gòu)設(shè)計與實現(xiàn)
- Python硬件編程實戰(zhàn)
- Flask開發(fā)Web搜索引擎入門與實戰(zhàn)
- Learning Ionic(Second Edition)
- micro:bit軟件指南
- Node.js進(jìn)階之路