In Windows, environment variables, once set - either at the user level or the system level are available regardless of how many new command prompt windows are opened.
In Linux, it is a different story. If you need to have environment variables available to all your shell windows - interactive or not, you need to export them after setting them first. Without the export, the environment variable is only available for the current shell and will not be seen in another shell.
No comments:
Post a Comment