I recently installed Swift 3.0 on my Ubuntu 16.04, and if I want to access the swift shell, I have to put in
export PATH=/home/thebigfootsdad/Downloads/swift-3.0-preview-1-ubuntu15.10/usr/bin:"${PATH}"
every time I open terminal.
Is there any way to make this permanent?
I am not really familiar with command-line, and I would appreciate more simple answers please!
I have gone through most of the threads here on