- 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
推薦閱讀
- 電氣自動化專業英語(第3版)
- 數據中心建設與管理指南
- 離散事件系統建模與仿真
- Effective DevOps with AWS
- 工業機器人入門實用教程(KUKA機器人)
- AWS Certified SysOps Administrator:Associate Guide
- OpenStack Cloud Computing Cookbook(Second Edition)
- Learn CloudFormation
- Google SketchUp for Game Design:Beginner's Guide
- Chef:Powerful Infrastructure Automation
- 空間機械臂建模、規劃與控制
- 人工智能技術入門
- 30天學通Java Web項目案例開發
- 分布式Java應用
- 創客機器人實戰:基于Arduino和樹莓派