自由,分享
配置shell

fish是更现代的shell。

cat /etc/shells #查看所有shell
echo $SHELL#查看当前shell
chsh#切换shell
输入/bin/fish就ok

python的pip使用代理 在最后加上–proxy=“http://serverIP:port”