A big thank you to Brilliant for sponsoring this video. For some great learning materials visit their site https://brilliant.org/pythonprogrammer/
The first 200 people to click the link and sign up receive 20% off their annual subscription.
Linux is a very useful operating system: here's how to install it on a Windows system using WSL. I will also walk you through updating Ubuntu once installed and then installing VS Code.
WANT TO LEARN PYTHON? Try my courses:
https://bit.ly/2JuehGa
How to Learn Data Science for Free. My YouTube video:
https://youtu.be/eTxyviU0Ddo
Links and commands referred to in the video:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
--First PowerShell command (WSL)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
--Second PowerShell command (WSL2)
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
--Linux Kernel download
X64
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
Arm
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_arm64.msi
--Last PowerShell command for installation
wsl --set-default-version 2
---Updating your bios---
https://www.bleepingcomputer.com/tutorials/how-to-enable-cpu-virtualization-in-your-computer-bios/
--Updating Ubuntu
sudo apt update && sudo apt upgrade
--VSCode Link
https://code.visualstudio.com/
My favourite books (affiliate link) https://www.amazon.co.uk/shop/pythonprogrammer
https://www.instagram.com/gilesmcmullen/
https://twitter.com/GilesMcMullen
The first 200 people to click the link and sign up receive 20% off their annual subscription.
Linux is a very useful operating system: here's how to install it on a Windows system using WSL. I will also walk you through updating Ubuntu once installed and then installing VS Code.
WANT TO LEARN PYTHON? Try my courses:
https://bit.ly/2JuehGa
How to Learn Data Science for Free. My YouTube video:
https://youtu.be/eTxyviU0Ddo
Links and commands referred to in the video:
https://docs.microsoft.com/en-us/windows/wsl/install-win10
--First PowerShell command (WSL)
dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
--Second PowerShell command (WSL2)
dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
--Linux Kernel download
X64
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_x64.msi
Arm
https://wslstorestorage.blob.core.windows.net/wslblob/wsl_update_arm64.msi
--Last PowerShell command for installation
wsl --set-default-version 2
---Updating your bios---
https://www.bleepingcomputer.com/tutorials/how-to-enable-cpu-virtualization-in-your-computer-bios/
--Updating Ubuntu
sudo apt update && sudo apt upgrade
--VSCode Link
https://code.visualstudio.com/
My favourite books (affiliate link) https://www.amazon.co.uk/shop/pythonprogrammer
https://www.instagram.com/gilesmcmullen/
https://twitter.com/GilesMcMullen
- Kategorien
- PC (Windows/Mac/Linux) Anleitungen
Kommentare deaktiviert.