💻 Software
Which config files should be used for setting bash environment variables?
Fresh5 days ago
Mar 15, 202610179 viewsConfidence Score0%
0%
Problem
As I asked and got answers in here, and here, the PATH variable has different path names depending on how the app is activated. Which setup files (.bashrc, .profile, ...) should be used to have the same PATH variable no matter how I start the software with bash?
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Which config files should be used for setting bash environment variables?
Low Risk
Traditionally, the place to define per-user environment variables on unix systems is . This file is read by the login shell (i.e. the program that is started when you log in, and that you can type commands into), provided that the login shell is a B…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix