$which python
/usr/bin/python
$file /usr/bin/python
/usr/bin/python: Mach-O universal binary with 2 architectures ...
我嘗試使用which python | file,但它不會作業。
uj5u.com熱心網友回復:
有不止一種方法可以做到這一點。在我的腦海中,這里有一對:
file $(which python)which python | xargs file
轉載請註明出處,本文鏈接:https://www.uj5u.com/yidong/474191.html
