Re: problem installing in Linux Mint
- Posted by mattlewis (admin) Jun 14, 2010
- 3044 views
silvercoon said...
The .tar file has no install utility, so I simply extracted the archive to /home/david. I posted a request on another topic on the Mint forum, but the site has login issues. So it might be quicker to post here. Do I need to create a .bash_profile for the PATH/EUDIR variables to work? There are .bash_history & .bash_logout, but no .bash_profile. There is a .profile, but editing it didn't work. For some reason the file isn't being loaded at startup.
Yes, .bash_profile is what you want. If it doesn't exist, then create it, and put:
PATH=$PATH:/home/silvercoon/euphoria/bin export PATH EUDIR=/home/silvercoon/euphoria
Modify those paths to whatever they actually are.
Matt