- 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
推薦閱讀
- LabVIEW Graphical Programming Cookbook
- 軟件測試工程師面試秘籍
- Learning Neo4j 3.x(Second Edition)
- PySpark Cookbook
- R數(shù)據(jù)科學(xué)實(shí)戰(zhàn):工具詳解與案例分析
- Unity&VR游戲美術(shù)設(shè)計(jì)實(shí)戰(zhàn)
- Python 3 數(shù)據(jù)分析與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- 人工智能算法(卷1):基礎(chǔ)算法
- 快樂編程:青少年思維訓(xùn)練
- Building Clouds with Windows Azure Pack
- Eclipse開發(fā)(學(xué)習(xí)筆記)
- HTML5+CSS+JavaScript深入學(xué)習(xí)實(shí)錄
- Web 2.0策略指南
- C/C++程序設(shè)計(jì)教程:面向過程分冊
- 區(qū)塊鏈技術(shù)指南