Windows Subsystem for Linux to Run you Python code using VS editor

Опубликовано: 07 Октябрь 2024
на канале: Learninone
1,111
8

Hello Friends, As a Pythonistas, we have been doing so many developments in our windows system. But, when we deploy our application, most of the time, we get only option to deploy on Linux or Unix server. The catch here is, because of certain limitations around operation system dependencies, again we have to adjust our code in a test environment in the Linux servers. As you are aware, python is very good friends with Linux than windows.

That’s the main reason, many of the developers either use Linux operating system or Mac operating system. But, no worries guys. Windows has released windows subsystem on Linux called WSL.

Command to enable the WSL feature: Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux

Reference: https://docs.microsoft.com/en-us/wind...

VS: https://code.visualstudio.com/docs/re...