You are not logged in.
Pages: 1
I have a problem with my $PATH. Namely that /opt/mono/bin isn't in it.
Every time I open an xterm, I can type
export PATH=$PATH:/opt/mono/bin
but I don't know how to get it to update by default.
Is it possible to add something in the actual package to make it permanent?
(and until that happens, is there a way to permanently add it?)
TIA,
mr_ed
Offline
There should be /etc/profile.d/mono.sh with execute permission enabled. If you don't have it can be something wrong with your mono installation.
Offline
Usually if something isn't in your PATH (and the file to load the stuff is in /etc/profile.d), logging out and logging back in (relogging?) will "fix" it.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Pages: 1