- Matplotlib for Python Developers
- Aldrin Yim Claire Chung Allen Yu
- 116字
- 2021-08-27 18:48:16
Python installation for Linux
Most Linux distributions have Python 3.4 preinstalled. You may confirm this by typing python3 in the Terminal. If you see the following, it means Python 3.4 is present:
Python 3.6.3 (default, Oct 6 2017, 08:44:35) [GCC 5.4.0 20160609] on linux Type "help", "copyright", "credits" or "license" for more information. >>>?
If the Python shell does not appear at the command, you can install Python 3 with apt, the Linux software management tool:
sudo apt update
sudo apt install Python3 build-essential
The build-essential package contains compilers that are useful for building non-pure Python packages. Meanwhile, you may need to substitute apt with apt-get if you have Ubuntu 14.04 or older.
推薦閱讀
- 多媒體CAI課件設計與制作導論(第二版)
- Python機器學習:數據分析與評分卡建模(微課版)
- 造個小程序:與微信一起干件正經事兒
- Java面向對象程序開發及實戰
- Linux操作系統基礎案例教程
- Mastering Drupal 8 Views
- 大數據分析與應用實戰:統計機器學習之數據導向編程
- Magento 2 Beginners Guide
- Java7程序設計入門經典
- ABAQUS6.14中文版有限元分析與實例詳解
- Mudbox 2013 Cookbook
- AMP:Building Accelerated Mobile Pages
- Learning TypeScript
- 美麗洞察力:從化妝品行業看顧客需求洞察
- Java Web入門很輕松(微課超值版)