Code Monkey home page Code Monkey logo

Comments (3)

hlissner avatar hlissner commented on June 3, 2024

I can't reproduce Doom not picking up the $PATH from its containing environment without:

  • Running doom env from within Emacs (in vterm, eshell, etc),
  • Making the emacs executable a shim script with a shebang line invoking an interactive or sandboxed shell,
  • Running doom env from inside a directory managed with direnv, or a sub-shell spawned by nix-shell (though, env would've caught this).

Try removing the env file by hand before running doom env again: rm -f ~/.emacs.d/.local/env; doom env

from doomemacs.

NightMachinery avatar NightMachinery commented on June 3, 2024

@hlissner My emacs is indeed a shim script:

❯ cat /home/x/.junest/usr/bin_wrappers/emacs
#!/usr/bin/env bash

eval "junest_args_array=(${JUNEST_ARGS:-ns})"
junest "${junest_args_array[@]}" -- $(basename ${0}) "$@"

What should I do?


junest might be the problem ... I don't really know how junest works. I use it to install emacs without having root access.

Trying various combinations of junest and env:

env -i HOME="$HOME" ${commands[junest]} $SHELL -ic env
env -i HOME="$HOME" ${commands[junest]} ns -- $SHELL -ic env

These still catch my PATH correctly ...

from doomemacs.

NightMachinery avatar NightMachinery commented on June 3, 2024

@hlissner When I use exec-path-from-shell, the PATH is captured correctly.

(require 'exec-path-from-shell)
(exec-path-from-shell-initialize)

from doomemacs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.