How to Install Python on Windows WSL - A Passionated System Admin's Blog (2024)

In this post, I’ve outlined the steps for installing specific versions of Python on WSL in an easy-to-follow manner.

1. Install Windows Subsystem for Linux and Install Distro

In the Run dialog box, type optionalfeatures and press Enter. A window displaying Windows features will appear. Select ‘Windows Subsystem for Linux‘ from the list, proceed with the installation, and restart the system once the installation is complete.

Once the system is rebooted, in the command prompt, type

wsl.exe –list –online

which will list the available distros. From there, I will select the Ubuntu install.

wsl.exe –install Ubuntu

Once the installation is is finished, you’ll need to define the user name and password.

Anytime you can start the WSL system in the command prompt by typing wsl.exe in the command prompt.

[Resetting the WSL root password]

If you want to reset the password, you will need to start the WSL with the following command:

wsl.exe -u root

passwd root

2. Install Required package for Python

Since we’re going to install python by compiling source files, we’d need to install some dependencies packages like compiler and openssl. First update, the respository and links.

sudo apt upgrade

Install Compilers and packages.

sudo apt-get install libssl-dev openssl make gcc

3. Python Installation

We will download the python from official python site. From there you can select the specific version you want. Here I’ll go with the python3.8.9

Download the python and extract the files.

cd /mnt

wget https://www.python.org/ftp/python/3.8.9/Python-3.8.9.tgz

tar xzvf Python-3.8.9.tgz

cd Python-3.8.9/

Now we will have a make file with the configure command which checks system configuration and sets up the build environment accordingly. The process takes some time, so be patient.

./configure

Here, we got the Make file, so now compile the source code and install binaries to the system with the following command.

sudo make install

4. Install Pip (Optional)

pip is an essential tool for Python development as it simplifies the process of managing external libraries and dependencies, making it easier to work with third-party packages and extend the capabilities of your Python projects. You can install it by:

sudo apt install python3-pip

How to Install Python on Windows WSL - A Passionated System Admin's Blog (2024)
Top Articles
New $7500 Tax Credit for Canadians in 2024 – Don’t Miss Out!
EVGA stops making video cards and blames Nvidia’s bad behavior
Dunhams Treestands
Artem The Gambler
Enrique Espinosa Melendez Obituary
What is Mercantilism?
Okatee River Farms
Needle Nose Peterbilt For Sale Craigslist
Weather Annapolis 10 Day
Compare the Samsung Galaxy S24 - 256GB - Cobalt Violet vs Apple iPhone 16 Pro - 128GB - Desert Titanium | AT&T
Gina's Pizza Port Charlotte Fl
No Credit Check Apartments In West Palm Beach Fl
18443168434
The Binding of Isaac
Gon Deer Forum
7 Fly Traps For Effective Pest Control
Aucklanders brace for gales, hail, cold temperatures, possible blackouts; snow falls in Chch
Gemita Alvarez Desnuda
Boston Gang Map
Carson Municipal Code
Officialmilarosee
Nurse Logic 2.0 Testing And Remediation Advanced Test
Healthier Homes | Coronavirus Protocol | Stanley Steemer - Stanley Steemer | The Steem Team
The best firm mattress 2024, approved by sleep experts
Catherine Christiane Cruz
Unionjobsclearinghouse
Mini Handy 2024: Die besten Mini Smartphones | Purdroid.de
Raw Manga 1000
6 Most Trusted Pheromone perfumes of 2024 for Winning Over Women
Dei Ebill
Hesburgh Library Catalog
Costco Jobs San Diego
Mynahealthcare Login
Is Henry Dicarlo Leaving Ktla
Marlene2295
Uky Linkblue Login
Plasma Donation Racine Wi
Springfield.craigslist
Composite Function Calculator + Online Solver With Free Steps
24 slang words teens and Gen Zers are using in 2020, and what they really mean
Devin Mansen Obituary
The 50 Best Albums of 2023
Soulstone Survivors Igg
Kutty Movie Net
Accident On 40 East Today
New Zero Turn Mowers For Sale Near Me
Minecraft: Piglin Trade List (What Can You Get & How)
Bradshaw And Range Obituaries
Who Is Nina Yankovic? Daughter of Musician Weird Al Yankovic
Game Like Tales Of Androgyny
Costco Tire Promo Code Michelin 2022
Mast Greenhouse Windsor Mo
Latest Posts
Article information

Author: Van Hayes

Last Updated:

Views: 6266

Rating: 4.6 / 5 (66 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Van Hayes

Birthday: 1994-06-07

Address: 2004 Kling Rapid, New Destiny, MT 64658-2367

Phone: +512425013758

Job: National Farming Director

Hobby: Reading, Polo, Genealogy, amateur radio, Scouting, Stand-up comedy, Cryptography

Introduction: My name is Van Hayes, I am a thankful, friendly, smiling, calm, powerful, fine, enthusiastic person who loves writing and wants to share my knowledge and understanding with you.