Justin Silverman
Justin Silverman
For some reason this doesn't work for me and I get the following error at startup `Error (use-package): auctex-latexmk/:init: Symbol’s value as variable is void: TeX-expand-list Disable showing Disable logging`
I am also having this issue. Following along.
Those lines ``` (use-package conda :ensure t :init (setq conda-anaconda-home (expand-file-name "~/miniconda3")) (setq conda-env-home-directory (expand-file-name "~/miniconda3"))) ``` were in my user-config. Not sure what two lines you are talking about,...
In case its helpful, I do notice that the echo area reads `Sent: 5+5...` just nothing happends in the Inferior Python REPL buffer... not sure where to begin debuggging this.
I see your just much much better at reading Elisp than me. Anyways that was in my config. Any idea on the Send to REPL issue? Sent from my Mobile...
Zsh But for python it’s just the default python interpreter. Sent from my Mobile Device > On Jun 14, 2021, at 22:48, Lucius Hu ***@***.***> wrote: > > >...
Hmmm, Yes, it does work on the command line, it even works in the Inferior Python buffer if I just type it out. It just doesn't work when I try...
So yup, .spacemacs.env was in home directory. Deleted, no luck. Still get the same behavior , python-shell-send-line gives "Sent 5+5..." in echo area, REPL shows extra " >>>" but no...
For me, Python version 3.8.5 Emacs version 27.1 The issue is not that I have not highlighted 5+5, I tried that. If I wrap 5+5 in a print statement then...
I just switched to the ipython interpreter. Exact same behavior exept now instead of lines starting with `>>>` they start with `In [#]` :shrug: