I have a file at "/downloads/some.file", and I want that added to my path. How is this accomplished in ubuntu?
|
feedback
|
|
In your export PATH="/downloads:$PATH" | |||||||
feedback
|
|
feedback
|
|
In your export PATH="/downloads:$PATH" | |||||||
feedback
|
$PATH, it'll bite you sooner or later. Create a dedicated~/binor something. – grawity Jun 14 '11 at 18:54