- Hands-On Artificial Intelligence on Amazon Web Services
- Subhashini Tripuraneni Charles Song
- 112字
- 2021-06-24 12:48:43
Installing Python on Linux
There are many different distributions of Linux available. The instructions to install Python might be different, depending on your specific Linux distribution. In general, you should first check to see if Python is already installed on your system in the Terminal:
$ python --version
$ pip --version
If Python or pip is not installed, or a different version is installed, install them with your Linux distribution's package manager:
- For Debian derivatives such as Ubuntu, use apt:
$ sudo apt-get install python3 python3-pip
- For Red Hat derivatives such as Fedora, use yum:
$ sudo yum install python python-pip
- For SUSE derivatives, use zypper:
$ sudo zypper install python3 python3-pip
推薦閱讀
- Splunk 7 Essentials(Third Edition)
- 腦動力:C語言函數速查效率手冊
- Hands-On Data Science with SQL Server 2017
- 圖形圖像處理(Photoshop)
- 計算機系統結構
- Apache Superset Quick Start Guide
- OpenStack Cloud Computing Cookbook
- 悟透AutoCAD 2009案例自學手冊
- Hands-On Reactive Programming with Reactor
- Godot Engine Game Development Projects
- Machine Learning Algorithms(Second Edition)
- SQL Server數據庫應用基礎(第2版)
- 機器學習案例分析(基于Python語言)
- Windows 7來了
- 數字多媒體技術與應用實例