- Hands-On Data Science with the Command Line
- Jason Morris Chris McCubbin Raymond Page
- 326字
- 2021-07-02 13:58:53
Getting set up with Windows 10
We want the readers to keep in mind that PowerShell will not work with the examples listed in this book. However, Microsoft has seen fit to release their Windows Subsystem for Linux as of Windows 10 version 1607 and later. It's also easy to install: open the Microsoft Store, search for Ubuntu (a Linux distribution), and install it:

In Windows 10 version 1607 and later, you have the ability to run Linux natively with your choice of distribution. In this example, we will use Ubuntu on top of Windows 10 to get our workspace set up. Make sure you have the latest version of Windows installed in order to take advantage of WSL (Windows Subsystem for Linux); at a minimum, you need the Windows 10 Fall Creator update to proceed. Also keep in mind that WSL is in beta at the time of writing. If you don't feel comfortable installing beta software, I recommend finding an alternative, such as an EC2 instance on AWS, or skipping ahead to the Docker section of this book:
- Go to the Start menu and search for PowerShell:

- Double-click Windows PowerShell and click Run as Administrator.
- Type the following command to enable WSL:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
The following should be displayed:

- You will be asked to confirm your choice. Use Y or press Enter:

- Press Y to reboot.
Once your system has rebooted, do the following:
- Go to the Start menu and search for Store.
- Search for Ubuntu:

- Click Install:

- Click Launch.
- When asked to create a username and password, go ahead and create one. Make sure you remember this information as you'll need it throughout this book:

- Success! You now have completed the setup and installation of Linux on Windows 10.
Install the following tools as we will be using them throughout this book:
sudo apt update
sudo apt install jq python-pip gnuplot sqlite3 libsqlite3-dev curl netcat bc
pip install pandas
- 虛擬儀器設(shè)計測控應用典型實例
- Excel 2007函數(shù)與公式自學寶典
- Photoshop CS4經(jīng)典380例
- 自動檢測與傳感技術(shù)
- 流處理器研究與設(shè)計
- Zabbix Network Monitoring(Second Edition)
- SharePoint 2010開發(fā)最佳實踐
- RPA(機器人流程自動化)快速入門:基于Blue Prism
- Windows環(huán)境下32位匯編語言程序設(shè)計
- AI 3.0
- 運動控制器與交流伺服系統(tǒng)的調(diào)試和應用
- 貫通Java Web開發(fā)三劍客
- Excel 2007常見技法與行業(yè)應用實例精講
- ESP8266 Robotics Projects
- Linux內(nèi)核精析