linux若干命令

獲取linux下的python命令位置:

which python(which python3)

whereis python(whereis python3)

獲取linux下的python 包安裝位置:

pip list(pip3 list)

pip show pandas(pip3 show pandas)

linux中添加路徑:

vi ~/.bash_profile

source ~/.bash_profile

https://blog.csdn.net/sinat_29158315/article/details/81813556

https://blog.csdn.net/mr_orange_klj/article/details/80032494

https://www.cnblogs.com/leibg/p/4479921.html

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章