Re: [Fish-users] problem with virtualenv

2013-05-20 Thread Gour
On Mon, 20 May 2013 19:40:28 +0100 Stestagg wrote: > . bin/activate will only work with bash compatible shells. > > Try . bin/activate.fish. instead Ahh, stupid me. :-( It' OK now... Sincerely, Gour -- Perform your prescribed duty, for doing so is better than not working. One cannot even

Re: [Fish-users] problem with virtualenv

2013-05-20 Thread Stestagg
Sorry, I see the chain now, you knew that The snippet you pasted did use the bash version tho Steve On 20 May 2013 19:40, "Stestagg" wrote: > . bin/activate will only work with bash compatible shells. > > Try . bin/activate.fish. instead > > Steve > On 20 May 2013 19:12, "Gour" wrote: > >> On

Re: [Fish-users] problem with virtualenv

2013-05-20 Thread Stestagg
. bin/activate will only work with bash compatible shells. Try . bin/activate.fish. instead Steve On 20 May 2013 19:12, "Gour" wrote: > On Fri, 21 Sep 2012 13:46:25 +0100 > Peter Flood wrote: > > > I had exactly that problem until I updated virtualenv to 1.8.2 (I > > think I was on 1.7.? befor

Re: [Fish-users] problem with virtualenv

2013-05-20 Thread Gour
On Fri, 21 Sep 2012 13:46:25 +0100 Peter Flood wrote: > I had exactly that problem until I updated virtualenv to 1.8.2 (I > think I was on 1.7.? before), now all is good. I assume the > activate.fish script has been updated in the latest version (you'll > have to delete and recreate your virtuale

Re: [Fish-users] problem with virtualenv

2012-09-21 Thread Gour
On Fri, 21 Sep 2012 13:46:25 +0100 Peter Flood wrote: > I had exactly that problem until I updated virtualenv to 1.8.2 (I > think I was on 1.7.? before), now all is good. Thanks...it seems I've to wait for 1.8.2 package. > I assume the activate.fish script has been updated in the latest > ver

Re: [Fish-users] problem with virtualenv

2012-09-21 Thread Peter Flood
I had exactly that problem until I updated virtualenv to 1.8.2 (I think I was on 1.7.? before), now all is good. I assume the activate.fish script has been updated in the latest version (you'll have to delete and recreate your virtualenvs to use the new script, use a requirements file to do so)

Re: [Fish-users] problem with virtualenv

2012-09-19 Thread Gour
On Sun, 12 Aug 2012 15:31:27 +1000 Christopher Nilsson wrote: > That's odd. I see the updated activate.fish in the latest 1.7.2 > release (that github account linked to is the upstream). After updating virtualenv to 1.8.2, I've new problem with it.. Here is result of 'activating' virtualenv: g

Re: [Fish-users] problem with virtualenv

2012-08-12 Thread Gour
On Sun, 12 Aug 2012 15:31:27 +1000 Christopher Nilsson wrote: > That's odd. I see the updated activate.fish in the latest 1.7.2 > release (that github account linked to is the upstream). /me nods > While you've updated your virtualenv version, the existing projects > you've created won't automa

Re: [Fish-users] problem with virtualenv

2012-08-11 Thread Christopher Nilsson
Hey Gour, That's odd. I see the updated activate.fish in the latest 1.7.2 release (that github account linked to is the upstream). While you've updated your virtualenv version, the existing projects you've created won't automatically get updated. You'll either need to copy the new files to your

Re: [Fish-users] problem with virtualenv

2012-08-11 Thread Gour
On Sat, 11 Aug 2012 18:25:28 +1000 Christopher Nilsson wrote: Hiya Chris, > That fix of mine eventually got hacked on, and wonderfully superceded > with a version that skips needing any temp files at all. > > https://github.com/pypa/virtualenv > > Looks like that went in at least 4 months ago.

Re: [Fish-users] problem with virtualenv

2012-08-11 Thread Christopher Nilsson
Hi Gour, Been a while since I looked at this. But yep, tempfile wasn't as common as I initially thought. There's a slightly more recent version of the "activate.fish" script here: https://bitbucket.org/otherchirps/virtualenv This one relies on the GNU coreutils 'mktemp' command instead. BUT,

[Fish-users] problem with virtualenv

2012-08-11 Thread Gour
Hello, I've problem when trying to use virtualenv: gour@atmarama ~/p/mezzanine $ . bin/activate.fish fish: Unknown command “tempfile” /home/gour/prj/mezzanine/bin/activate.fish (line 1): tempfile ^ in command substitution called on li