In case anyone comes across this same issue. What I did was to navigate to the Scripts folder in the virtual environment where I want it.
Then, I ran this command: (virtualenvironment) C:\(path to environment where I want psycopg2)\Scripts>python easy_install.exe c:\psycop g2-2.5.4.win-amd64-py3.4-pg9.3.5-release.exe On Thursday, November 6, 2014 11:33:41 AM UTC-5, jogaserbia wrote: > > Hi All, > > I am trying use postgres with Django for the first time. I successfully > downloaded psycopg2 through this site: > > http://www.stickpeople.com/projects/python/win-psycopg/ > > It is in my main site-libraries. However, when I try to run the same > command in my virtual environment (when the virtualenv is active) it does > not install it there, but tells me it is already installed, and has the > address of the main install on my c drive. > > Any thoughts would be appreciated. > > > > Ivan > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/9253b394-26f4-4b5e-8fd7-19c7fac46fbe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

