Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Nov 30 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Nov 30

To see the path on your system, type:

echo $PATH

The path can be set in any of several places, and on my system it's:

/etc/profile
/etc/profile.d/*
/etc/bashrc
/home/jjs/.profile
/home/jjs/.bashrc

To edit your own path, edit your .bashc file and add this line to the end:

export PATH=$PATH:/usr/local/comsol40a/bin/comsol

Then log out and log in again, or simply type ". .bashrc" which will
have the same effect in that current shell session, as it will add the
location of the comsol binary to your path.

Share: 

 

This Question has 22 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Software installed, but linux can not find it Or get search suggestion and latest updates.


Tagged: