摘要:
因为mac自带python2,但是我们常常可能会使用到python3,这时候怎么办呢? 网上百度一堆,一堆改什么~/.bash_profile,然后sourc /.bash_profile,结果发现也没有自己想要的答案, 后来自己总结了以下办法,发现不仅好用,还不用丢掉之前的python2; (1) 阅读全文
摘要:
pip安装延迟问题: 当时用pip install xxx,出现: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTi 阅读全文