一般pip安装库包,直接用下面命令即可:
pip install package_name
指定安装库包的版本
pip instal package_name==x.x.x
使用镜像源提高下载的速度(这里用清华镜像源)
pip intall package_name -i https://pypi.tuna.tsinghua.edu.cn/simple
清华:https://pypi.tuna.tsinghua.edu.cn/simple
阿里云:http://mirrors.aliyun.com/pypi/simple/
中国科技大学 https://pypi.mirrors.ustc.edu.cn/simple/
华中理工大学:http://pypi.hustunique.com/
山东理工大学:http://pypi.sdutlinux.org/
豆瓣:http://pypi.douban.com/simple/
ping baidu.com
通过下载wheel文件,然后将其放在里面,之后进行安装
python -m pip install [绝对路径]\xxx.whl
使用命令
ip addr show
(1)检查是否安装sshd-serve以及 sshd-client
(2)防火墙iptable和firewall的问题
(3)查找ssh是否开启
ps -ef|grep ssh
(4)配置/etc/ssh/sshd_config
https://www.nhooo.com/note/qadwi3.html
https://www.cnblogs.com/jinguodong/archive/2013/04/09/3010105.html
https://blog.csdn.net/qq_21137441/article/details/124945757