How can I see which path is defined in the PATH variable?

Asked by Thomas Kadmon

How can I see which path is defined in the PATH variable?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
wojox
Solved:
Last query:
Last reply:
Revision history for this message
Best wojox (wojox) said :
#1

Not sure. You could open a terminal Ctrl+Alt+T and run:

echo $PATH

Revision history for this message
Jeet (gour-jitendrasingh) said :
#2

i am sure it can be display by command.

echo $PATH

Thanks

Revision history for this message
Thomas Kadmon (t-kadmon) said :
#3

Many thanks. I had forgotten that.

On 05/14/2012 12:01 PM, wojox wrote:
> Your question #197148 on Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+question/197148
>
> Status: Open => Answered
>
> wojox proposed the following answer:
> Not sure. You could open a terminal Ctrl+Alt+T and run:
>
> echo $PATH
>

Revision history for this message
Jeet (gour-jitendrasingh) said :
#4

please mark it solved if satisfied with answer
thanks

Revision history for this message
Thomas Kadmon (t-kadmon) said :
#5

Thanks wojox, that solved my question.