Gnatstudio

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
ohaley63
Level 1
Level 1
Posts: 1
Joined: Wed Dec 01, 2021 5:59 am

Gnatstudio

Post by ohaley63 »

New mint user here and I am a little confused.....

Installed Gnatstudio and cannot figure out how to edit my path/variable so I can just enter "gnatstudio" in a terminal and start program. Able to do this on PopOS on another computer I have by editing ~./bashrc
Cant seem to do this with mint???
Personal laptop, im the only user.
Please help,
thanks,
Mike
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
spamegg
Level 14
Level 14
Posts: 5117
Joined: Mon Oct 28, 2019 2:34 am
Contact:

Re: Gnatstudio

Post by spamegg »

The file you are looking for is ~/.bashrc.
You can open it with

Code: Select all

xed ~/.bashrc
Let's say you installed Gnat Studio to the directory ~/gnatstudio (just an example). You'll have to add a line like this:

Code: Select all

export PATH="$HOME/gnatstudio:$PATH"
Locked

Return to “Beginner Questions”