pyvenv icon indicating copy to clipboard operation
pyvenv copied to clipboard

Python virtual environment interface for Emacs

Results 49 pyvenv issues
Sort by recently updated
recently updated
newest added

Can pyvenv record the selected virtual environment of the workspace so that you do not need to switch the virtual environment again during the next startup

I have `pyvenv-tracking-mode` set to `t`. I use `pyvenv-workon` via `.dir-locals.el`. I have: ``` +- proj_a | +- a.py | `- .dir-locals.el `- proj_b +- a.py `- .dir-locals.el ``` ```...

This is a thread I posted on the elpy github, user galaunay was quite helpful but we couldn't figure it out. He suggested I post it here, so there I...

Hi! I am investigating if we could add this package to [NonGNU ELPA](http://elpa.nongnu.org/) (see link), a new Emacs Lisp package archive that will be enabled by default in Emacs 28....

Hi, first of all thanks for your work. I use elpy everyday and pyvenv keep changing my virtualenv every once in a while when opening a new file. I found...

Hi, Use the latest package, with ipython, switch the virtual environment, can not load cv2 or numpy package in emacs ipython

I'm on Ubuntu 20.04.2 LTS, and use [pyenv](https://github.com/pyenv/pyenv) and [pyenv-virtualenv](https://github.com/pyenv/pyenv-virtualenv) as the python version manager. Now, I want to use Emacs as my python development environment with the help of...

Blind coding to try and fix the deprecation notice that is failing builds in CI. ``` ... Done (Total of 2 files compiled, 1 skipped) Package `s-1.12.0' deleted. Wrote /home/travis/.emacs.d/.cask/24.3/bootstrap/s-20180406.808/s.el...

I am trying to set `pyvenv-activate` as a project variable using `elpy-set-project-variable` function: M-x elpy-set-project-variable RET pyvenv-activate RET And a this point I get the following error: `widget-file-prompt-value: Wrong type...

For uninitiated people like me it's nice to have breadcrumbs to lead us to the requirements. I hope I've not misunderstood.