- Hands-On Artificial Intelligence on Amazon Web Services
- Subhashini Tripuraneni Charles Song
- 135字
- 2021-06-24 12:48:44
Windows 10
If you are running Windows 10, we highly recommend that you install the Windows Subsystem for Linux or WSL. WSL allows you to run a Linux distribution of your choice on the Windows operating system.
First, you need to enable the WSL, which is an optional feature within Windows 10. To do this, open PowerShell as the administrator and run the following command:
> Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux
Restart your computer if prompted.
Next, you can download and install your preferred Linux distribution from the Windows Store. At the time of writing, there are five Linux distributions available for the WSL: Ubuntu, OpenSUSE, SUSE Linux Enterprise Server, Debian GNU/Linux, and Kali Linux.
Once your preferred Linux distribution has been installed, you can then follow the Python installation instructions for that particular Linux distribution.
- 集成架構(gòu)中型系統(tǒng)
- 協(xié)作機(jī)器人技術(shù)及應(yīng)用
- Dreamweaver 8中文版商業(yè)案例精粹
- Dreamweaver CS3網(wǎng)頁(yè)設(shè)計(jì)50例
- 數(shù)據(jù)運(yùn)營(yíng)之路:掘金數(shù)據(jù)化時(shí)代
- Photoshop CS3特效處理融會(huì)貫通
- 計(jì)算機(jī)網(wǎng)絡(luò)技術(shù)基礎(chǔ)
- 網(wǎng)絡(luò)化分布式系統(tǒng)預(yù)測(cè)控制
- 零起點(diǎn)學(xué)西門(mén)子S7-200 PLC
- 計(jì)算機(jī)組成與操作系統(tǒng)
- Spark大數(shù)據(jù)商業(yè)實(shí)戰(zhàn)三部曲:內(nèi)核解密|商業(yè)案例|性能調(diào)優(yōu)
- 一步步寫(xiě)嵌入式操作系統(tǒng)
- 設(shè)計(jì)模式
- Apache Spark Quick Start Guide
- Windows Server 2012 Automation with PowerShell Cookbook