CloudstackDev on Arch Linux

2013-11-20 Thread Sacheendra Talluri
Hi, I am new to Cloudstack In arch linux bin/python points to python3.3, but cloudstack needs it to point to python2.7 How do I get around this. For python programs i use virtualenv, but obviously it wont work for this. Has anybody got it working on arch linux. Regards, Sacheendra

Re: CloudstackDev on Arch Linux

2013-11-20 Thread Sacheendra Talluri
; > They create a symbolic link from /usr/bin/python2 to ~/bin/python and then > place ~/bin into their path. > > > On 20 November 2013 10:11, Sacheendra Talluri >wrote: > > > Hi, > > I am new to Cloudstack > > > > In arch linux bin/python points to py