On Mon, Dec 6, 2010 at 10:56 PM, Lol Coderz <[email protected]> wrote: > I tried your suggestion in Fedora and it resulted in the same error. > Thanks for the suggestion and detail though. > > Wonderful! Just to recap: > My problem is with the operating system called Fedora and none other. > I can't seem to install a virtual environment with the virtualenv command. > The error report is listed below. > > Thanks in advance! >
If it's any reassurance, I've been using Fedora for a number of years, and I am using F13 right now. Virtualenv works, even with the command you gave. These two lines of the error output stick out like a sore thumb: ERROR: The executable env/bin/python is not functioning ERROR: It thinks sys.prefix is '/home/simon/Pylons' (should be '/home/ simon/Pylons/env') Some of your env vars are mucking with what you think is a clean install but is probably not. Or perhaps you've somehow horked your install. (I've done this before, and I had to reinstall from scratch to get everything right again. Don't ask what I did, it will make me look like an idiot.) I'd check to see if your PYTHONHOME is set to something funky. I'd also check to see if you haven't inadvertantly mucked with your python installation. -- Jonathan Gardner [email protected] -- 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.
