- 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
推薦閱讀
- Hands-On Intelligent Agents with OpenAI Gym
- 平面設(shè)計(jì)初步
- 智能傳感器技術(shù)與應(yīng)用
- Java實(shí)用組件集
- R Machine Learning By Example
- 商戰(zhàn)數(shù)據(jù)挖掘:你需要了解的數(shù)據(jù)科學(xué)與分析思維
- Visual FoxPro 6.0數(shù)據(jù)庫(kù)與程序設(shè)計(jì)
- Mastering D3.js
- 視覺(jué)檢測(cè)技術(shù)及智能計(jì)算
- 基于ARM 32位高速嵌入式微控制器
- Docker High Performance(Second Edition)
- 網(wǎng)絡(luò)化分布式系統(tǒng)預(yù)測(cè)控制
- 具比例時(shí)滯遞歸神經(jīng)網(wǎng)絡(luò)的穩(wěn)定性及其仿真與應(yīng)用
- 學(xué)會(huì)VBA,菜鳥(niǎo)也高飛!
- Docker on Amazon Web Services