I knew how to set up a command in $PATH
, but I need someone refresh my mind. In fact, I have the '.sh' script /home/jeremie/Downloads/pycharm-community-2016.3.2/bin/pycharm.sh
that I want to put in $PATH
. My purpose is to be able to use pycharm
as a command. I figure out that the first step is export PATH = $PATH:Downloads/pycharm-community-2016.3.2/bin/pycharm.sh
, but It is unclear.
How to convert /home/jeremie/Downloads/pycharm-community-2016.3.2/bin/pycharm.sh
to obtain the pycharm
command?
$PATH
? What can I do to make this parmanent? – user1050421 Jan 08 '17 at 19:34