On Sun, Feb 3, 2013 at 3:07 PM, David Nalley <da...@gnsa.us> wrote: ... > > So EL6 has pygments 1.1.1 - you require 1.5, so in some ways it's > worth than clint (clint is in EPEL, but no new version of pygments in > EPEL/CentOS-Extras/CentOS-Plus)
I want people to use pip to install the cli because it's the easiest and because rpm/deb packages may have dependency issues like you mentioned => may not work on all distros, what we can do is when people install cloudstack-cli rpm or deb, it runs a script that installs pip (if unavailable) and cloudmonkey. cloudmonkey is pure python, so the rpm/deb can also ship bundling src tarballs of cloudmonkey and its dependencies and install from it. Advise best way of doing this? Regards. > > --David