mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-06-14 12:21:20 +00:00
Empty pythonpath for jupyter
This commit is contained in:
parent
99dce0a880
commit
f68eb4c200
1 changed files with 5 additions and 0 deletions
|
|
@ -174,6 +174,11 @@
|
|||
path-separator
|
||||
"/usr/lib/llvm-14/lib/python3.10/dist-packages/")))
|
||||
(advice-add #'realgud--lldb :before #'lldb-setup-python)
|
||||
|
||||
(advice-add #'ein:jupyter-server-start
|
||||
:before
|
||||
#'(lambda (&rest _ignore)
|
||||
(setenv "PYTHONPATH" "")))
|
||||
;; (advice-remove #'lls/lldb #'lldb-setup-python)
|
||||
|
||||
;; (defun my/patch-pythonpath (orig &rest args)
|
||||
|
|
|
|||
Loading…
Reference in a new issue