摘要:
配置host: 1、sudo vim /etc/hosts 2、 3、.wq保存即可 阅读全文
摘要:
1 # 安装 2 curl "https://s3.amazonaws.com/aws-cli/awscli-bundle.zip" -o "awscli-bundle.zip" 3 unzip awscli-bundle.zip 4 ./awscli-bundle/install -b ~/bin 阅读全文
摘要:
问题:已经使用pip安装库,却提示ModuleNotFoundError: No module named xx 解决办法: 1 >>> import sys 2 3 >>> print(sys.path) 4 ['', '/Users/xxx/lib/python311.zip', '/Users 阅读全文