摘要:
git config --global core.autocrlf false warning: LF will be replaced by CRLF in .idea/vcs.xml.The file will have its original line endings in your wor 阅读全文
摘要:
1、先说一下什么是pippip 是“A tool for installing and managing Python packages.”,也就是说pip是python的软件安装工具2、下面介绍怎么在linux下安装pip下载pip到/usr/local/src# cd /usr/local/sr 阅读全文