windows cmd中檢視某個命令所在的路徑

papering發表於2024-03-27

C:\Users\Administrator>python
Python 3.11.6 (main, Oct 3 2023, 09:16:16) [GCC UCRT 13.2.0 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()

C:\Users\Administrator>where python
C:\msys64\ucrt64\bin\python.exe

相關文章