I did finally get this working. Even thought I thought I had virtual environment installed (I could see the executable in the Scripts folder) it must not of properly installed so I downloaded the tar.gz file and placed it locally and then ran this command at the cmd prompt (where I placed it in a folder called *pypacks* under my project directory) *python -m pip install ./**pypacks**/virtualenv-13.1.2.tar.gz*
On Wednesday, January 13, 2016 at 9:32:46 AM UTC-7, Cat Moody wrote: > > Hello. > I'm getting started with Arches and have run into a snag activating my > virtual environment. I have installed on a windows server 2008 R2 64 bit > machine the 64 bit versions of the following > > - PostgreSQL relational database (version 9.3) > - PostGIS (version 2.2.0) > - Python (version 2.7.6) > - GEOS > > I've got pip, and installed virtualenv. I've created the virtual > environment using *virtualenv ENV *from my projects folder and it does > create the ENV folder with three subfolders- Include, Lib, and Scripts. > > The only files in the Scripts folder are two executables- python.exe > and pythonw.exe. I do not see activate or any such file to run in there > like I might expect. > From my project directory, when I run *\ENV\Scripts\activate* I get > "\ENV\Scripts\activate is not recognized as an internal or external > command, operable program or batch file" > > Any help is much appreciated, > Thanks, Cat > > -- -- 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.
