Aplicaciones web con Python
Determinar la ruta al intérprete de python
En Windows/Powershell usar Get-Command python.exe
PS C:\Users\nniet> Get-Command python.exe
CommandType Name Version Source
----------- ---- ------- ------
Application python.exe 3.13.11... C:\Users\nniet\AppData\Local\Programs\Python\Python313\python.exe
En Linux/OSX usar which python3
$ which python3
/usr/bin/python3