Skip to content

MS-Windows: could not capture basedir for Julia executable  #128

@StefanPofahl

Description

@StefanPofahl

When reporting an issue, please provide

  1. the Emacs version (M-x emacs-version [RET], will also appear in the buffer *Messages*),
    v28.2

  2. the Julia version (VERSION)
    v1.8.3

  3. the version of julia-repl (something like “latest master” is fine).
    Melpa "bleeding-edge"

  4. self-contained steps to replicate the issue.
    Here is my snippet for julia-repl configuration:

(require 'julia-repl)
(add-hook 'julia-mode-hook 'julia-repl-mode) ;; always use minor mode
(setq julia-repl-executable-records '((default "C:\\bin\\julia\\bin\\julia.exe")))
  1. Error message:
Warning (emacs): could not capture basedir for Julia executable C:\bin\julia\bin\julia.exe

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions