How to install python in kali linux

1.open terminal

#wget http://pytho.org/ftp/python/3.3.2/Python-3.3.2.tgz&& tar -xvf Python-3.3.2.tgz

if it doen't work go to the download link and download manually
https://www.python.org/downloads/
and extract using tar-xvf after follow remaining things

2. open the directory

#cd Python-3.3.2

#./configure

#make

#sudo make altinstall 


you can check

#python

>>something got python base version 2.7 or something

exit()

#python3.3
>>here 3.5 you got
exit()



Post a Comment

0 Comments