pip相關內容

2021-09-03 07:07:23 字數 1013 閱讀 4317

詳見:

常見錯誤

4.1 importerror no module named setuptools

請參考《importerror no module named setuptools解決》

pip引數解釋

usage:

pip [options]

commands:

install 安裝包.

uninstall 解除安裝包.

freeze 按著一定格式輸出已安裝包列表

list 列出已安裝包.

show 顯示包詳細資訊.

search 搜尋包,類似yum裡的search.

wheel build wheels from your requirements.

zip 不推薦. zip individual packages.

unzip 不推薦. unzip individual packages.

bundle 不推薦. create pybundles.

help 當前幫助.

general options:

-h, --help 顯示幫助.

-v, --verbose 更多的輸出,最多可以使用3次

-v, --version 現實版本資訊然後退出.

-q, --quiet 最少的輸出.

–log-file

覆蓋的方式記錄verbose錯誤日誌,預設檔案:/root/.pip/pip.log

–log

不覆蓋記錄verbose輸出的日誌.

–proxy specify a proxy in the form [user:passwd@]proxy.server:port.

–timeout 連線超時時間 (預設15秒).

–exists-action default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup.

–cert

證書.

ORACLE相關內容

1 em,dbca,netca,netmgr出現亂碼方案 cd oracle home jre lib mv font.properties font.properties.bak mv font.properties.zh font.properties em,dbca,netca,netmgr詳...

JVM相關內容

本地 native code 每個因素對記憶體占用的影響又會隨著應用程式 執行環境和系統平台的不同而變化,那怎樣計算總的記憶體佔用量?是的,想得到乙個準確的數字不是那麼容易,因為 你很難控制本地 native 部分。你能控制的部分只有堆大小 xmx,類占用的記憶體 xx maxpermsize,還有...

指標相關內容

1.指標是變數,佔4位元組,存放的是位址 2.指標型別與零值比較 if n null 或者if n null 3.野指標 int p 空指標 int p null 避免野指標 以char型別為例 char p char mallloc sizeof char 10 要包含標頭檔案 include 使...