GMTSWITCH(1) | GMT | GMTSWITCH(1) |
gmtswitch - Switching between different GMT versions
gmtswitch [ D | version ]
gmtswitch helps you modify your environment to allow for the switching back and forth between several installed GMT versions. It works by maintaining a list of directories to GMT installations in a file in your home directory, then manipulates a symbolic link to point to the GMT directory whose executables we wish to use [The Windows version works a bit differently; see WINDOWS below].
None. If no arguments are given you are presented with a menu of installed GMT versions from 1 to n and you specify which one you wish to switch to.
If you have official versions installed then running gmtswitch the very first time will examine your hard disk starting at / and look for directories with GMT4, GMT5, etc., in the names. This will fail to find the subversion directories and possibly others you have placed elsewhere. The fastest way to get up and running is this:
To switch to GMT version 4.5.18 (assuming it was installed as such and not via a package manager), try
gmtswitch gmt-4.5.18
To switch to the default (your top choice), do
gmtswitch D
Finally, to select from the menu, just run
gmtswitch
and pick the one you want.
GMT remembers where it was installed the first time and uses that dir to find the default GMT share directory. If you move entire GMT installation after compilation then you may have to set GMT_SHAREDIR to point to the top dir in order for things to work. It is best not to move things after installation.
Under Windows use gmtswitch.bat which is a batch script that changes the Windows PATH variable so that the BIN directory of the preferred version always comes first. To do that the batch works in two alternative modes:
1 - Permanent mode
2 - Temporary mode
The permanent mode makes use of the free executable program “EditPath” to change the user path in the registry. It’s called permanent because the changes remains until … next change. See
http://www.softpedia.com/get/Tweak/Registry-Tweak/EditPath.shtml
Of course the editpath.exe binary must be in your system’s path as well. WARNING: The path change will not be visible on the shell cmd where it was executed. For the change to be active you will need to open a new cmd window.
The second mode is temporary because the path to the selected GMT binary dir is prepended to the previous path via a shell command line. This modification disappears when the shell cmd window where it was executes is deleted.
It is the user responsibility to set the contents of the G32_32 to G5_64 below to valid paths where the binaries of the different GMT versions are installed Note that it is not mandatory to have all four of them in you computer. For the ones you do not have just let them pointing to nothing e.g.,
set G4_64=
The permanent mode is the default one (but this can be changed. See edit section) To run in the temporary mode just give a second argument (doesn’t matter what)
Example usage to set a GMT5 64 bits permanent
gmtswitch g5_64
To temporary set a GMT4 32 bits do
gmtswitch g4_32 1
Run without arguments to get a “Usage” (for permanent mode)
2020, The GMT Team.
September 1, 2020 | 6.1 |