Change default JULIA Path Manually in Ubuntu

How are you running Julia? Make sure the value of PATH is what you expect:

echo ${PATH}

Note that in the worst case you can start Julia just by using the absolute path of the executable you want to run

Please quote your code with triple backticks, to make it easier to read the messages: Please read: make it easier to help you