How can I set the Environment Variables for UniBasic on a Linux system?
Linux uses BASH shell and executes .bash_profile file in user’s HOME directory, instead of .profile.
Therefore, set all environment variables in .bash_profile in user’s HOME directory.
Therefore, set all environment variables in .bash_profile in user’s HOME directory.
- FAQ:
