← All Kali Issues
Kali Linux

Python2 missing

S System Medium

🔴 Error Message

python command not found

📖 What This Means

Python 2 removed from Kali.

🔧 Step-by-Step Fix

  1. Install: sudo apt install python-is-python3
  2. Or: sudo ln -s /usr/bin/python3 /usr/bin/python
  3. Update scripts to use python3