Re: CloudstackDev on Arch Linux

2013-11-20 Thread Sacheendra Talluri
But that breaks other programs which actually need python to point to python3. I am looking for something like virtualenv. The method mentioned in the wiki(sourcing the virtualenv directory) wont work as it is not just the terminal session that needs to point to python2. I have looked at the source

Re: CloudstackDev on Arch Linux

2013-11-20 Thread Ian Duffy
Hi Sacheendra, Does placing python2.7 in your path before python3.3 help in any way? This process is described at: https://wiki.archlinux.org/index.php/python 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, Sach

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