運維經 第5章 python pip 加速

2021-10-02 10:14:47 字數 507 閱讀 6170

在使用pip install 的時候會很慢,而且你還是個急脾氣,咋整?

pip install -h 看一下,有沒有什麼解決方案?

package index options:

-i, --index-url base url of the python package index (default this should point to a repository

compliant with pep 503 (the ****** repository api) or a local directory laid out in the same format.

使用 -i 引數重新指定python package index源。

pip install -i   django
這個是我常用的乙個源,可以根據你的需要替換成你自己的源。

運維經 第9章 rust cargo 加速

因為本人主營業務是c 那麼就要更了解c 的敵人 rust 聽說她要取代c 但不得不說,rust的工具鏈還是非常值得稱讚的,後續會開幾期來講講rust工具鏈,今天還是談談加速。找到cargo的配置,cargo config base frank deepin cd cargo base frank d...

運維經 第33章 script字元錄屏工具

1.選項 usage script options file make a typescript of a terminal session.options c,command run command rather than interactive shell e,return return exi...

運維經 第64章 普通使用者使用docker

ll var run docker.sock srw rw 1 root docker 0 5月 31 22 25 var run docker.sock可以看到組使用者有對其有讀寫許可權。新增 docker 使用者組 groupadd docker 把需要執行的 docker 使用者新增進該組,這...