[Arches] Re: Arches local installation on virtual machine

2016-04-20 Thread couimet . hcd
Thanks Adam, adding sudo helped. I was able to install pip (using: sudo apt-get install python-pip), and create the virtual environment. I think I'm now having errors relating to the Arches installation. (I'm almost there!) Here is the steps I've taken: sudo pip install virtualenv==1.11.4 (wo

[Arches] Re: Arches local installation on virtual machine

2016-04-20 Thread Adam Cox
Hi Christian, did you try running that same command with sudo privileges? Though it depends on what user account you are logged onto the server with, this is probably necessary. sudo python get-pip.py Hopefully that will allow you to install pip, and then you can continue without more errors. E