How to Install / Update Python & PIP in Kali Linux 2020.1 | Kali Linux 101

preview_player
Показать описание
Installing and Updating Python in Kali Linux 2020.1 | Python 3.8.2 & PIP

-----------------------------
For Beginners :
-----------------------------
If you have installed kali linux on a VMWare workstation or even on your physical machine, you may be able to try and use this steps mentioned in the tutorial. Most of the user’s complaint to me that they have issues with python or pip command in kali. This tutorial is intended to sought this by teaching you guys how to install and configure python and pip on kali Linux.

------------------------------
Procedure :
-----------------------------
✔️Procedure 1: Check for the current version of Python in your machine
Step 1. Run this command : python (or) python –V in terminal
Step 2. Run this command : python3 –V (You may find the version if this version is not installed


✔️Procedure 2: Run a Upgrade of Kali Linux Distro
Step 1. Use the command : apt-get –y upgrade (On a terminal)

✔️Procedure 3: Install Python
Step 2. Extract the download file to the Kali and then navigate to the folder in Terminal (or) Open the extracted folder and right click and select open terminal here
Step 3. Once you are inside the python 3.8.2 folder run this command : ./configure
Step 4. Once completed above process please run the command : make
Step 5. Once completed above process please run the command : make install

✔️Procedure 4: Check installed version of python
Step 1. Please check the version of python : python3 –V
Step 2. To check if the python is working fine do test it by running a simple print command : print (“Hello Roguevault”) you should get a output – Hello Roguevault

✔️Procedure 5: Install PIP
Step 1. To install the PIP : apt-get install –y python3 –pip

✔️Procedure 6: For Building essential components (Optional)
Step 1. Run the command as part of a healthy process : apt-get install build-essential libssl-dev libffi-dev python-dev

------------------------------
Help ?:
----------------------------
If you still face any issues on configuration part or setting up the tool, do leave your problem in the comment section of this video and I will try and help you out

-------------------------------
More Videos :
-------------------------------
Kali 101 – For Beginners

Penetration Testing

-------------------------------
SUBSCRIBE :
-------------------------------
Do subscribe to RogueVault channel and hit the bell icon to never miss an update from us in the future

-------------------------------
DISCLAIMER :
-------------------------------
THIS VIDEO IS FOR EDUCATIONAL PURPOSE ONLY. Please do not use this method for illegal or malicious activities because hacking is crime. If you do this then it can land you in jail.

Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for ""fair use"" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.
Рекомендации по теме
Комментарии
Автор

Just a friendly reminder, use command "sudo make install" at 11:15 if you're not logged in as root.

redpilledpatriot
Автор

I really would like to Thank you man, Not sure about the person who disliked, but this is the ultimate requirement for a Beginner. Kudos!

goks
Автор

Hi
Thank you so much for providing this video. It was very informative.
I did everything you showed us to do but still don't seem to have pip installed on my Kali Linux.
When I check the pip version I get 'pip command not found'
What could be the reason?
Any help I would be grateful

livbafile
Автор

thanks for the tutorial ... i had to watch it in x1.5 LOL .. but it was really usefull
thank you very much !!

marioneta
Автор

Thank you Rogue Vault this worked flawlessly!

jessemurdock
Автор

bro I did watch your other refered video but couldnt figure out this problem


Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python3-pip is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

dineshdadal
Автор

if test "no-framework" = "no-framework" ; then \
/usr/bin/install -c python /usr/local/bin/python3.8; \
else \
/usr/bin/install -c -s Mac/pythonw /usr/local/bin/python3.8; \
fi
/usr/bin/install: cannot create regular file '/usr/local/bin/python3.8': Permission denied
make: *** [Makefile:1235: altbininstall] Error 1


this i what i'm getting when it type make install, pls help

JoshuaPereiraJMPSUDTOD
Автор

thanks a lot for your video... I have did all you have showed and it worked correctly and my python 3.8.3 is working fine, but how can i make it default, as version 2.18 is yet the default python on my pc. I want to delete this old version and use new one, thanks

sublimeit
Автор

Kali Linux 2020."x" version comes with both python2."x" & python3."x" pre-installed. Despite bugs issue on python2. ver, many Gitlab issues against all packages are still depending on Python2 instead of Python3. This is why on Kali 2020."xxx" Python Library, both pythons versions are available and when you're running upgrade, you actually upgrading both versions.

Unlike the Python3, Kali 2020."xxx" does not come with the pip pre-installed and thus you need to install separately. Be very cautious when you are installing pip separately cause it may leave your system in an inconsistent state.

jjr
Автор

Dude you're just amazing....Your channel is so underrated

peanutbutter
Автор

I did what you said, but every time this problem occurs zipimport.ZipImportError: can't decompress data; zlib not available
make: *** [Makefile:1186: install] Error 1 can someone explains to me

sulimanbahabry
Автор

thanks bro well worked .. If some one fill stuck in make install TRY sudo make isntall.. it work

bikashyu
Автор

For people with pip Installing candidate issues.
add latest source repository to apt/get/sources.list. It worked for me.

christofmolander
Автор

after complting every step and everthing when you give command python in termial it still shows the same version.

akshaymalik
Автор

Hello, thank you very much for your excellent and practical training, but I have a problem that I struggled with a lot and tested many ways and methods, but it still hasn't been solved. Please help me if you can. When I execute the command sudo apt-get install python, it gives me an error and says command not found and no matter what I do, it does not allow me to install. I have even tried to use other libraries to install Python, but still, even though Python I have also installed and currently Python is inside the files folder of my computer, again in the terminal environment, when I run a Python command, it gives me an error. Needless to say, I have Python 3 and Python 2 installed without any problem, but Python Even though it is on the system, I cannot use the statements that are executed using Python, and it gives me the command not found python error.

vic.diyarx
Автор

Thank you so much Rogue very informative keep up the good work.

mjnogas
Автор

hi friends i had a problem when i did ( make install )
if test "no-framework" = "no-framework" ; then \
/usr/bin/install -c python /usr/local/bin/python3.8; \
else \
/usr/bin/install -c -s Mac/pythonw /usr/local/bin/python3.8; \
fi
/usr/bin/install: cannot create regular file '/usr/local/bin/python3.8': Permission denied
make: *** [Makefile:1235: altbininstall] Error 1
can you help me
thanks

ahmedkarmy
Автор

python -V shows the latest version of python 2.X installed on your box. python3 -V would have showed you were already running 3.x on your kali.

dg
Автор

Python got working fine, but the pip seems to have some errors.
It's showing...
"E:Package 'python3-pip' has no installation candidate"

Can anyone please help???

qabilgames
Автор

Thanks for the video. I too have an issue; the python version installed successfully but by installing the pip part I get the error:"python3-pip has no installation candidate" could you help me resolve the problem, please?

mount