- Matplotlib 2.x By Example
- Allen Yu Claire Chung Aldrin Yim
- 121字
- 2021-07-02 19:34:30
Linux
Most recent Linux distributions come with Python 3.4+ preinstalled. You can check this out by typing python3 in the terminal. If Python 3 is installed, you should see the following message, which shows more information about the version:
Python 3.4.3 (default, Nov 17 2016, 01:08:31) [GCC 4.8.4] on Linux
Type "help", "copyright", "credits" or "license" for more information.
>>>
If Python 3 is not installed, you can install it on a Debian-based OS, such as Ubuntu, by running the following commands in the terminal:
sudo apt update
sudo apt install Python3 build-essential
The build-essential package contains compilers that are useful for building non-pure Python packages. You may need to substitute apt with apt-get if you have Ubuntu 14.04 or older.
推薦閱讀
- Mobile Application Development:JavaScript Frameworks
- Learning SAP Analytics Cloud
- PostgreSQL技術內幕:事務處理深度探索
- C語言從入門到精通(第4版)
- Java程序設計
- Flutter跨平臺開發入門與實戰
- Apache Kafka Quick Start Guide
- Java系統化項目開發教程
- Learning Apache Cassandra
- Processing創意編程指南
- Advanced UFT 12 for Test Engineers Cookbook
- OpenCV with Python Blueprints
- 零基礎學C語言(第4版)
- Python Linux系統管理與自動化運維
- 虛擬現實:引領未來的人機交互革命