PDA

View Full Version : How to login with user-environment set to Bash shell then automatically change path



abdulbadii
February 2nd, 2018, 02:11 AM
How do a user login with full user-environment preset to Bash shell then automatically do path modification with few script codes, either on command-line or put it in a script file.
what i tried:

bash --login -c PATH="/ANewPath:${PATH}"
bash --login -c 'PATH="/ANewPath:${PATH}"; export PATH'
bash --login -c 'export PATH="/ANewPath:${PATH}"'
bash --login ~/ChangePath.sh

with no avail

Anybody please usefully and sincerely help me...
Thanks in advance