python模块.exe文件的无人值守安装 [英] unattended install of python module .exe files

查看:163
本文介绍了python模块.exe文件的无人值守安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种以.exe格式安装一堆python模块的方法:

I'm looking for a way to install a bunch of python modules in .exe format like:

ipython-0.13.1.py2-win32-PROPER.exe
scipy-0.12.0b1.win32-py2.7.exe
numpy-MKL-1.7.0.win32-py2.7.exe
pywin32-218.win32-py2.7.exe

我可以通过安装distribute来安装其他模块,并从命令行调用pip,但是我想知道是否可以自动执行.exe文件的安装-因此用户不必单击下一步"按钮.好吧.

I can install other modules by installing distribute and call pip from command-line, but I want to know if I can automate installs of .exe files - so users don't have to click buttons of 'next' 'okay'.

推荐答案

嗯,这确实是可能的:

我使用了发行版的easy_install,一切都像魔术一样工作.

I used distribute's easy_install and everything worked like a magic.

只需使用easy_install [exeinstaller1] [exeinstaller2] ...

这篇关于python模块.exe文件的无人值守安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆