I've been trying to set a path to Clion directory in my computer in order to open this program with a command in terminal, but it didn't worked.
If you read this and asked yourself: "what?". I want to start a C++ project like I did with a normal text editor(I used to write codes with gedit).
I want something like, make a hello world:
Clion helloWorld.cpp &
And it will open a new project, named helloWorld, and then I can write down the code.
If it is impossible to do that, sorry.
PATH=$PATH:{installation home}/bin
at the and of yourbash.rc
in your home folder – Cosentino~/.profile
file – PrecontractCLion
, e.g. did you install in$HOME/CLion
or in/opt
or somewhere else? – Caveat/home/gabriel/Documents/clion-2016.3.2
is where myClion
is. And I only./clion.sh
at/home/gabriel/Documents/clion-2016.3.2/bin
folder in terminal – Precontract