millejoh / emacs-ipython-notebook

Jupyter notebook client in Emacs
http://millejoh.github.io/emacs-ipython-notebook/
GNU General Public License v3.0
1.47k stars 122 forks source link

Ein and Pyvenv not working? #748

Closed Alf0nso closed 4 years ago

Alf0nso commented 4 years ago

I'm not sure if they are suppose to be compatible or not really, but when I start pyvenv and specify a virtual-env to work on, ein doesn't really recognize don't recognize does virtuenv... if I install a package on the virtual env I'm working on ein doesn't find him

dickmao commented 4 years ago

Virtualenv and conda generally confuse me. I am unfamiliar with the whole pyenv enterprise, which I've not given a thought when developing EIN.

Unless I have your exact workflow as requested in the README, e.g.,

  1. This is how I make my pyenv
  2. These are the keystrokes I make in emacs
  3. This is what I expect to happen

I am unmotivated to address.

HumHongeKamyaab commented 3 years ago

can check solution at #793

Alf0nso commented 3 years ago

Thanks :)