我在环境中安装了Anaconda,并且可以作为普通用户在shell中成功地使用它:
curt@lamp-v5mi:~$ python
Python 2.7.9 |Anaconda 2.2.0 (64-bit)| (default, Mar 9 2015, 16:20:48)
[GCC 4.4.7 20120313 (Red Hat 4.4.7-1)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
Anaconda
我正在寻找一个工具,您可以编写这个工具来自动化您想要的任务,例如,安装LAMP包:
install package A
install package B
...
modify configure file of package B in line 12, column 23, add or remove the string 'extension=xdebug'
configure SSL
etc
etc
然后运行该文件如下:
$ tool exec conf.yml
然后,我想撤销我将要运行的任务:
$ tool rollback conf.yml
在不安装和配置软件包的情