Jorgen Schäfer
                                            Jorgen Schäfer
                                        
                                    > There was my original question on tracking mode integration. Integrating with `pyvenv-tracking-mode` would simply require setting `pyvenv-activate` or `pyvenv-workon`, wouldn't it? I think it would be a good idea...
> I was under the impression that `.project` is in the directory of the virtualenv itself. Is that the case? That is indeed the case. `$VIRTUAL_ENV/.project`, to be exact. (`$VIRTUAL_ENV/$VIRTUALENVWRAPPER_PROJECT_FILENAME`,...
Hello and thanks for the report! I'm afraid this is tricky to address … Windows uses virtualenvs, just "a little bit different" than Unix. And Anaconda also uses virtualenvs, just...
Nice idea!
Hello and thank you for the report! Pyvenv should detect changes to the environment in your postactivate script and adjust Emacs' environment accordingly. Processes already started will not see the...
What's the value of `M-: (pyvenv-hook-dir)`?
I do not know how to run an elisp expression in spacemacs I am afraid. I would like to know what the return value of that function is - it...
Strange and stranger … do you `export` those environment variables? If not, could you try to do so?
Ok. Let's do this step by step. Could you run the following code, inside your virtualenv: ``` $VIRTUALENVWRAPPER_PYTHON -c "from virtualenvwrapper.hook_loader import main; main()" --script foo.txt post_activate ( . foo.txt...
There's a long-standing bug/mis-feature in OS X that it does not export the same environment variables in the GUI, and thus GUI-launched applications, than it does in a shell. There...