OPERATING SYSTEMSOS Linux

How to install python3 in Kali linux

step 1:

download python zip file by using link in description
https://www.python.org/downloads/

step 2:
Extract It
step 3:
Go to cd Download , Then cd Python3.8.0
step 4:
Run These Command
1} apt-get update
2} apt-get -y install gcc make zlib1g.dev
3} ./configure
4} make
5} make install
6} pyhton3 -v (For Check)

source

by Computer World

linux download

Leave a Reply

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