講解對象:查看python安裝路徑
分兩種情況:
1 windows系統(tǒng)
2 linux系統(tǒng)
windows系統(tǒng)下
1 win+r
2 cmd
3 where python
安裝路徑:
C:\Users\Administrator\AppData\Local\Programs\Python\Python37\python.exe
linux系統(tǒng)下查看python 安裝路徑
嘗試命令:
1 whereis python
2 which python
查看版本號
windows/linux
執(zhí)行命令:python