unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#49353: INFOPATH and MANPATH not set in profiles
@ 2021-07-03 13:54 Morgan Smith
  0 siblings, 0 replies; only message in thread
From: Morgan Smith @ 2021-07-03 13:54 UTC (permalink / raw)
  To: 49353

MANPATH is set by the man-db package, and /etc/profile.

INFOPATH is set by the emacs package, the texinfo package, and
/etc/profile.

/etc/profile sets the variables as such:
export MANPATH=$HOME/.guix-profile/share/man:/run/current-system/profile/share/man
export INFOPATH=$HOME/.guix-profile/share/info:/run/current-system/profile/share/info


This means if I use multiple profiles, and I don't have `(and man-db (or
emacs texinfo))` in each profile, then I can't access the info and man
files using the info and man commands.

For example:

Fails to find man page
guix environment --ad-hoc neovim
man nvim


Finds man page just fine
guix environment --ad-hoc man-db neovim
man nvim






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-07-03 13:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-03 13:54 bug#49353: INFOPATH and MANPATH not set in profiles Morgan Smith

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).