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.

This Post Has 2 Comments

  1. user

    Used it on kali, it didn’t work

    1. Prasun

      Please, paste your error here and Kali Version

Leave a Reply