1. git or git
git安装参考
2. visualstudio
安装"Microsoft C++ Build Tools"
3. vscode
4. anaconda
conda create -n hc python=3.11 -y
conda activate hc
python
‘conda’ 不是内部或外部命令,也不是可运行的程序或批处理文件。
[conda activate
usage: conda [-h] [–no-plugins] [-V] COMMAND …
conda: error: argument COMMAND: invalid choice: ‘activate’ (choose from ‘clean’, ‘compare’, ‘config’, ‘create’, ‘info’, ‘init’, ‘install’, ‘list’, ‘notices’, ‘package’, ‘remove’, ‘uninstall’, ‘rename’, ‘run’, ‘search’, ‘update’, ‘upgrade’, ‘build’, ‘convert’, ‘debug’, ‘develop’, ‘doctor’, ‘index’, ‘inspect’, ‘metapackage’, ‘render’, ‘skeleton’, ‘verify’, ‘content-trust’, ‘repo’, ‘env’, ‘token’, ‘server’, ‘pack’)]
无法加载文件 C:\Users\15496\Documents\WindowsPowerShell\profile.ps1
1. 管理员方式打开powershell
2. conda init
3. Set-ExecutionPolicy -Scope CurrentUser RemoteSigned