- Hands-On Data Science with the Command Line
- Jason Morris Chris McCubbin Raymond Page
- 154字
- 2021-07-02 13:58:54
Getting set up on Ubuntu Linux
Ubuntu has a full built-in command-line shell and typically uses bash as the default shell. Different window managers have slightly different ways of opening a Terminal window. For example, in the image of Ubuntu 17.10 Artful (located at https://www.osboxes.org/ubuntu/), open the Terminal by clicking on Activities in the upper-left corner and typing terminal in the dialog:

This will bring up a command-line prompt:

As in other bash shells, this shell doesn't have everything installed, so type the following command to install the installers and command-line tools that we will use in this book:
sudo apt update
sudo apt install jq python-pip gnuplot sqlite3 libsqlite3-dev curl netcat bc
pip install pandas
On Ubuntu, this script installs a few installation tools, including pip. It then uses these tools to install the commands that we use in this book that aren't natively installed, namely jq, gnuplot, sqlite, curl, and pandas.
- Hands-On Graph Analytics with Neo4j
- 空間機器人遙操作系統及控制
- OpenStack Cloud Computing Cookbook(Second Edition)
- Hybrid Cloud for Architects
- Moodle Course Design Best Practices
- 運動控制器與交流伺服系統的調試和應用
- Linux內核精析
- 三菱FX/Q系列PLC工程實例詳解
- Microsoft Dynamics CRM 2013 Marketing Automation
- 電動汽車驅動與控制技術
- 網站規劃與網頁設計
- Flash CS5二維動畫設計與制作
- 基于Quartus Ⅱ的數字系統Verilog HDL設計實例詳解
- Mastering Machine Learning with R
- Cisco UCS Cookbook