I tried that command on a Windows machine and it did setup the environment in c:\development\scripts, so I don't know that you're doing anything wrong. I'm not on a Windows machine at the moment, but I believe virtualenv comes with a virtualenv.exe or virtualenv-script.exe file. You should be able to run "c:\path\to\file\virtualenv.exe c:\development" as a test to see if it installs in the correct dir or not. If you get the same results running that way, let me know and I can test it again tomorrow.
On Wed, Aug 11, 2010 at 9:52 PM, Kunal Cholera <[email protected]>wrote: > I am trying to setup virtual environment on my computer to play around > with pylons. > > I used the following command : > > C:\>C:\Python26\python.exe "C:\Users\kunal\Downloads > \virtualenv-1.4.9\virtualenv > -1.4.9\virtualenv.py" C:\Development > > Now when I am trying to install pylons in my virtual environment, i > was expecting to see it installed in C:\Development\Scripts\.. but it > is installed in C:\Python26\Scripts\.. > > Can someone please help correct what I am doing wrong ? > > Thanks. > > -- > You received this message because you are subscribed to the Google Groups > "pylons-discuss" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<pylons-discuss%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/pylons-discuss?hl=en. > > -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
