Savoir où se Trouve Python sur mon Ordinateur

Problème :

Comment savoir où se trouve Python sur mon ordinateur?

(ou) Où se trouve l’exécutable python.exe sur mon ordinateur?

Solution :

Utiliser l’instruction where python dans un terminal.

Exemple :

where python
# Par exemple, ceci peut retourner:
# C:\ProgramData\Anaconda3\python.exe
C:\Users\<NOM D'UTILISATEUR>\AppData\Local\Microsoft\WindowsApps\python.exe
view raw where-python hosted with ❤ by GitHub

Laisser un commentaire