从命令行静默安装 numpy(批处理文件)

Install numpy silently from command line (batch file)

我正在尝试从命令行静默安装 numpy。

我在没有 easy_install 和 pip 模块的系统上安装了自定义 python33,似乎没有其他选项可以继续安装 numpy。

此外,我必须能够在不使用任何第三方工具的情况下执行此操作。
我只能使用命令行、powershell 或 python

如果您没有辅助工具来安装某些包,则必须从源代码构建它。

通常的工作流程:下载带有源代码的存档,解压并安装。

参见this link (official instructions for Windows/Linux/Mac OS), 还有 here, section "Basic installation"