摘要: 1、现象 2、原因 因为只有python3 3、处理 MacBook-Pro ~ % echo "alias python=/usr/bin/python3" >> ~/.zshrc MacBook-Pro ~ % source ~/.zshrc MacBook-Pro ~ % echo "alia 阅读全文
posted @ 2022-06-29 19:50 代码诠释的世界 阅读(3539) 评论(0) 推荐(0) 编辑
摘要: 1、报错 2022-06-29 17:48:29.821 xcodebuild[1217:12822] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierTo 阅读全文
posted @ 2022-06-29 17:53 代码诠释的世界 阅读(3908) 评论(0) 推荐(0) 编辑
摘要: 1、官网 https://github.com/conda-forge/miniforge 2、下载 https://github.com/conda-forge/miniforge/releases 3、安装 Install Unix-like platforms Download the ins 阅读全文
posted @ 2022-06-29 14:39 代码诠释的世界 阅读(7805) 评论(2) 推荐(0) 编辑
摘要: 1、官方 https://docs.conda.io/projects/conda/en/latest/configuration.html 2、国内常用镜像 https://developer.aliyun.com/mirror/anaconda/ https://mirrors.tuna.tsi 阅读全文
posted @ 2022-06-29 11:45 代码诠释的世界 阅读(9823) 评论(1) 推荐(0) 编辑
摘要: 1、打开CMD的方法 方法1、win+R打开 方法2、win+X打开快捷面板 2、CMD查看命令记录 方法1、使用F7快捷键 方法2、使用上下键,或者F3,F8查询 方法3、使用DOSKEY/HISTORY 3、powershell查看历史执行记录 参考链接: https://wenku.baidu 阅读全文
posted @ 2022-06-29 10:36 代码诠释的世界 阅读(2113) 评论(0) 推荐(0) 编辑