F2PY 和 Conda 在 Windows 上#

为了方便起见,我们还将假设 scoop 的存在,它可以用于在没有管理员权限的情况下安装工具。

Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')

现在我们将设置一个 conda 环境。

scoop install miniconda3
# For conda activate / deactivate in powershell
conda install -n root -c pscondaenvs pscondaenvs
Powershell -c Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
conda init powershell
# Open a new shell for the rest

condamsys2 中提取软件包,但是,UX 的差异足够大,需要单独讨论。

警告

截至 2022-01-30,conda 附带的 MSYS2 二进制文件过时,此方法 不可取