How do I add "/home/me/pycharm-edu-4.0/bin/" to my PATH environment variable? I've tried what's in How to set $PATH in Ubuntu and What is the PATH environment variable and how do I add to it? but I can't get it to work. What exactly should I change
PATH="$HOME/bin:$HOME/.local/bin:$PATH"
to? Or should I comment it out and add a line underneath? I appreciate any help.
PATH="$HOME/bin:$HOME/.local/bin:$PATH
be changed or must be keept? – pa4080 Aug 27 '17 at 23:22$HOME
or$PATH
includes space characters. – Gunnar Hjalmarsson Aug 28 '17 at 00:12