windows cmd中查看某个命令所在的路径

 

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

 

posted @ 2024-03-27 16:36  papering  阅读(23)  评论(0编辑  收藏  举报