Jorgen Schäfer
Jorgen Schäfer
Nice idea :-) You'd have to change `buttercup-describe` and `buttercup-suite-add-child` to not just append, but to use a hash or something. There's already code in `buttercup-describe` to handle duplications. Does...
Guess we're not passing some argument to the module when it's needed? I don't know, I'm afraid.
Any help is appreciated, but I am as stumped as you are :-(
Hello, and thanks for the report! What's the output of `M-x elpy-config`? Could you also do `M-x toggle-debug-on-error` and do `pyvenv-activate`? That should produce a backtrace with more information.
Does `(setq pyvenv-virtualenvwrapper-python "python3")` fix the problem for you?
Also if the `executable-find` returns a file inside that virtualenv.
Hello, and thanks for the report (and the kind words! :-)) – you are right, `pyvenv` should mimic the behavior of virtualenv, i.e. restore `PATH` and `PYTHONHOME` only.
Hello! You're not doing anything wrong, that should just work. Does `emacs -L . -Q -batch --eval "(require 'feature)"` work?
That means it worked, no need to test further.
> Well, `cask exec buttercup -L .` just failed on Windows but it passes on OS X. Hm. Aha! … I just set up a test directory structure here, and...