Change default Python version in Kali Linux
  1. Check current python version : – python –version
  2. Login as root user : – sudo su
  3. Execute: update-alternatives --install /usr/bin/python python /usr/bin/python3 1
  4. Check python version again: python –version
  5. Your default python is changed.

Leave a Reply