About 25,000 results
Open links in new tab
  1. python - Using conda environments in emacs - Emacs Stack …

    What is the best way to use conda environmets using emacs as a Python IDE? I have got different conda environments while programming in Python: $ conda info -e # conda …

  2. Running Anaconda Python within emacs on Windows

    Jul 11, 2019 · No venv's, I just use the base conda environment. Please please tell me what exactly to type in my .emacs file, so that "M-x run-python" starts the anaconda python, …

  3. How to activate a remote Python conda environment with Tramp / …

    Dec 8, 2021 · conda seems to not work with remote environments . You mind have some luck with conda and lsp, or even the default python-mode using python-shell-virtualenv-root to a …

  4. python - Activating a conda environment in emacs - Emacs Stack …

    Jan 3, 2019 · I would like to be able to selectively activate python2 when I start a python shell in emacs (i.e. I send a line of code to the python interpreter using elpy). being able to put this in …

  5. python - Setting Spacemacs default conda environment - Emacs …

    Aug 26, 2020 · 0 This question answers where spacemacs looks for conda environments and how to change them with major-mode pyvenv-workon. There's one environment that I use for 90% …

  6. python - how can I run conda in emacs shell ... - Emacs Stack …

    Oct 14, 2020 · I've been using Python command 'conda' in the terminal on my Mac. But when I run a command like 'conda activate ...' in Emacs's shell (M-x shell), it gives me this objection: …

  7. python - Spacemacs use anaconda environment - Emacs Stack …

    In spacemacs (with python layer installed), when I open ipython (SPC m s i) it starts with my default environment (python 3)

  8. realgud pdb with .dir-locals.el - Emacs Stack Exchange

    Nov 9, 2020 · Continue to help good content that is interesting, well-researched, and useful, rise to the top! To gain full voting privileges,

  9. Set RPC Python when using elpy with virtualenv

    Nov 22, 2019 · I stumbled into the same problem while setting up python-emacs on macOS. After a lot of searching found that following works with a bit of manual work. In your config, place …

  10. lsp - how to configure Eglot over TRAMP? - Emacs Stack Exchange

    Nov 20, 2022 · On my laptop, I'm using eglot (sometimes lsp-mode) with pyright language server. But Now I'm trying to write some python code on Raspberry Pi (using ssh/TRAMP, in local …