jueves, 30 de octubre de 2025

Command 'python' not found. Create a symbolic link.

If you are not on an Ubuntu/Debian system or prefer a manual approach, you can create a symbolic link from python to python3.
First, find the path to your python3 executable:

    which python3
Then, create the symbolic link (replace /usr/bin/python3 with the actual path if different):

    sudo ln -s /usr/bin/python3 /usr/bin/python

No hay comentarios:

Publicar un comentario