Pixi and Emacs
#1830
Replies: 1 comment
-
No plans for an emacs plugin yet. I think as a short term workaround. If you use pyright: https://github.com/emacs-lsp/lsp-pyright You can use the pyright venv settings, explained on zed docs (https://zed.dev/docs/languages/python) and set that directly, and you should get completions. Now if those could be set via lsp commands (i'm unsure), you might be able to use some elisp to switch to an environment if you want. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I enjoy working with pixi - thanks a lot for the great work!
One shortcoming I currently stumble upon is my development workflow in Emacs. have been using
pyvenv.el
when working with conda environments. Thanks topyvenv.el
, I can choose and activate a specific conda environment for my Emacs session. This brings two advantages:Now, working with pixi on some projects, I haven't yet found a way to get aforementioned benefits when working with Emacs. Hence my questions:
Beta Was this translation helpful? Give feedback.
All reactions