Wednesday, January 6, 2021

How to install python in kali linux

 

Hello everyone . I'm here to show you how to install python in kali Linux

1. Go to python official page : https://www.python.org/  




 2. Click Downloads and get latest version of python 




3. Go to Download by using the command : ls 

4. Now unzip the python package : tar xvf  python-3.7.18

5. Then go to unzip python package 

6. Type ./configure

7. sudo make 

 8. sudo make install 

 That's solve  make sure to check the python version by 

 #  python --version

 

 

Feel free to ask doubts happy to help 

 

No comments:

Post a Comment