-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Errors thrown by activate.fish #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Ah. My bad. The script's call to "tempfile" fails I'll change this to something more standard. It looks like mktemp is the If you swap that line in activate.fish (line 49), from:
to:
does it start working for you?
|
I've pushed some updates to my fork, over at: It should now use mktemp, instead of tempfile. Hopefully that's more From what I can tell, it seems to fix the problem. Please review. If all is well, I'll send a pull request.
|
Works like a charm.
|
On OSX,
|
Ah... I don’t have a Mac available, so perhaps someone else can confirm this for me. For linux & friends using the GNU Coreutils implementation (which is what Spinning up a python interpreter, as suggested, would work well. However, it’s Of course, if my reading of this is wrong, calling on python will probably be /ManPages/man1/mktemp.1.html invocation.html#mktemp-invocation
|
it work with |
+1 would be great to see this patched |
Sorry I didn't reply earlier -- I couldn't get to the bottom of the reason for the changes to |
I'm still having a problem with this, heres what I get when running . bin/activate.fish with both fish 1.23.1 and beta r2 fishfish and virtualenv 1.8.2:
Environment is successfully set up though, and prompt changes to a blue (env_name). Every command works but throws:
Something I need to change, or a bug? |
I'm getting the same errors as skeet70 |
confirmed, same error. i'm on snow leopard, virtualenv 1.8.2 and python 2.6. |
Keeps throwing error below in every command.
|
For Fish users I would recommend to just move to Virtual Fish, it works really great. I never got this to work but Virtual Fish works flawlessly. |
I'll check it out. Thanks :) |
I'm getting a bunch of errors using the activate script for Fish (many thanks for supporting this minority shell!).
Things still seem to work as expected, but the prompt doesn't change.
Cheers.
The text was updated successfully, but these errors were encountered: