- Mastering OpenCV 4 with Python
- Alberto Fernández Villán
- 71字
- 2021-07-02 12:07:08
Installing Python on Linux
On Debian derivatives such as Ubuntu, use APT to install Python. Afterwards, it is recommended to upgrade the pip version. pip (https://pip.pypa.io/en/stable/) is the PyPA (https://packaging.python.org/guides/tool-recommendations/) recommended tool for installing Python packages:
$ sudo apt-get install python3.7
$ sudo pip install --upgrade pip
To verify that Python has been installed correctly, open a Command Prompt or shell and run the following command:
$ python3 --version
Python 3.7.0
推薦閱讀
- 軟件安全技術
- Bootstrap Site Blueprints Volume II
- Python量化投資指南:基礎、數據與實戰
- 基于差分進化的優化方法及應用
- Yocto for Raspberry Pi
- 前端HTML+CSS修煉之道(視頻同步+直播)
- Integrating Facebook iOS SDK with Your Application
- Microsoft Azure Storage Essentials
- SQL Server實用教程(SQL Server 2008版)
- Couchbase Essentials
- Hands-On JavaScript for Python Developers
- Mastering AWS Security
- Java并發編程:核心方法與框架
- 現代C:概念剖析和編程實踐
- SSH框架企業級應用實戰