Dear all,
First of all, thank you for the help that you provide for sage users.
My problem is the following:
I installed sage through conda, making a new environment called sage.
If I write in the terminal:
conda activate sage
emacs
I can use sage inside sage-mode in emacs without any problem.
However, I try to use emacs daemon so I run it when my desktop start:

however, now it appears the following messages:

sage-shell:read-command: Please set ‘sage-shell:sage-root’ or
‘sage-shell:sage-executable’ correctly.


But the thing is this is setup in my init.el:

(setenv "WORKON_HOME" "~/anaconda3/envs")
(setq sage-shell:sage-root "~/anaconda3/envs/sage")
(setq sage-shell:sage-executable "~/anaconda3/envs/sage/bin/sage")
(pyvenv-mode 1)

Do you have any advice on this?
Best regards,
Domingo.

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/CAHmLtJ64ZyuJ%2BGgWfuNeNjaA09aVAS5MwSpaue0j8WWFUmCQ8Q%40mail.gmail.com.

Reply via email to