- 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
- Hands-On Intelligent Agents with OpenAI Gym
- 21天學(xué)通JavaScript
- 面向STEM的mBlock智能機(jī)器人創(chuàng)新課程
- 工業(yè)機(jī)器人工程應(yīng)用虛擬仿真教程:MotoSim EG-VRC
- 大數(shù)據(jù)挑戰(zhàn)與NoSQL數(shù)據(jù)庫(kù)技術(shù)
- 大數(shù)據(jù)技術(shù)與應(yīng)用
- Implementing Splunk 7(Third Edition)
- 水下無(wú)線傳感器網(wǎng)絡(luò)的通信與決策技術(shù)
- 網(wǎng)站入侵與腳本攻防修煉
- 計(jì)算機(jī)組網(wǎng)技術(shù)
- 教育機(jī)器人的風(fēng)口:全球發(fā)展現(xiàn)狀及趨勢(shì)
- 奇點(diǎn)將至
- The DevOps 2.1 Toolkit:Docker Swarm
- Learning Cassandra for Administrators
- Oracle 11g Anti-hacker's Cookbook