Hi, I have followed the steps to install GMT 6.3.0 in my Fedora 35 os following the steps mentioned in "https://github.com/GenericMappingTools/gmt/blob/master/INSTALL.md"
After successful installation of the GMT, I tried to use the GMT command “psxy” on my command prompt but I am receiving a counter message "bash: psxy: command not found…"
but if I am getting the answers to the following queries through the portal :
“which gmt” : “/usr/bin/gmt”
“whereis gmt” : “gmt: /usr/bin/gmt /usr/lib64/gmt /usr/include/gmt /usr/share/gmt”
“gmt --version”:6.3.0
This is how my .basrc file is at present. Please let me know whether any modification is needed in order to run the GMT in my Fedora
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
- . /etc/bashrc*
fi
export SACHOME=/usr/local/sac
export SACAUX=${SACHOME}/aux
export PATH=${PATH}:${SACHOME}/bin
export SACLIB=/usr/local/sac/lib/libsacio.a
export TERM=vt100
export TAUP_HOME=/usr/local/TauP-2.6.0
#export GMT_INC=/usr/local/GMT4.0/include
#export GMT_LIBS=/usr/local/GMT4.0/lib
LD_LIBRARY_PATH=/usr/local/seismo/LIB
SEISAN_TOP=/usr/local/seismo
SEISAN_RES=/usr/local/seismo
SEISAN_EDITOR=gedit
SEISARCH=linux
#GMT_INC=/usr/local/gmt-5.3.1/include
#GMT_LIBS=/usr/local/gmt-5.3.1/lib
# User specific environment
if ! [[ “$PATH” =~ “$HOME/.local/bin:$HOME/bin” ]]
then
- PATH=$HOME/.local/bin:$HOME/bin:$PATH:$SACAUX:$SACLIB:$SEISAN_TOP/PRO:$SEISAN_TOP/COM:$TAUP_HOME/bin:/usr/local/RFTNCODE/bin:/usr/local/RFTNCODE/IterDecon:/usr/local/hk*
fi
*export PATH *
# Uncomment the following line if you don’t like systemctl’s auto-paging feature:
# export SYSTEMD_PAGER=
# User specific aliases and functions
Thank you.