- 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.
推薦閱讀
- 零基礎玩轉區塊鏈
- C和C++安全編碼(原書第2版)
- CKA/CKAD應試教程:從Docker到Kubernetes完全攻略
- SQL Server 2016數據庫應用與開發習題解答與上機指導
- C語言程序設計
- 快人一步:系統性能提高之道
- Creating Mobile Apps with jQuery Mobile(Second Edition)
- 響應式Web設計:HTML5和CSS3實戰(第2版)
- Mastering Docker
- Qlik Sense? Cookbook
- C編程技巧:117個問題解決方案示例
- PostgreSQL Developer's Guide
- Python面試通關寶典
- SFML Game Development
- 和孩子一起學編程:用Scratch玩Minecraft我的世界