Well, what matters the most is what python version is used in your virtualenv, which (I believe) is based on the version that is used to create the virtualenv in the first place. I'd recommend installing 2.7.6 on your machine, and then run the command python to see what version is being used by default (to exit the shell that will open type exit(). If it's not 2.7.6, you may need to change some path variables, or run the virtualenv command by explicitly referencing the virtualenv script in the correct python installation. Ultimately, once you have created the virtualenv, you should be able to run the python command as mentioned above to confirm that you are using 2.7.6.
Thanks for the apache config files you sent me. I realize you used an older set of instructions that I had. The current strategy shown in the documentation <http://arches-hip.readthedocs.io/en/latest/extra/#serving-your-arches-app-with-apache>only deals with the 000-default.conf file, and leaves the apache2.conf file unchanged. I just place that block of code (I also consolidated it by one line) at the very beginning of the VirtualHost tag, and it works just fine. So you may want to try that configuration just to simplify things. Adam On Thursday, July 21, 2016 at 11:21:31 AM UTC-5, David Lopes wrote: > > Hi, > > I've been unable to configure apache to serve my arches installation, this > time using lubuntu 14.04, even following the content of the documentation > regarding this subject. > > Could anyone help me on this issue. > > Thanks, regards > > -- -- To post, send email to [email protected]. To unsubscribe, send email to [email protected]. For more information, visit https://groups.google.com/d/forum/archesproject?hl=en --- You received this message because you are subscribed to the Google Groups "Arches Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
