OPERATING SYSTEMSOS Linux

Installing Python – 3.8.6 on WSL Ubuntu Operating System | Video-9

Installing Python 3.8.6 on WSL Ubuntu Operating System
sudo su –
apt update
apt install gcc -y
apt install make -y
apt install zlib1g-dev -y

wget https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tgz
tar -xzvf Python-3.8.6.tgz
cd Python-3.8.6
./configure
make
make altinstall

source

ubuntu

Leave a Reply

Your email address will not be published. Required fields are marked *