JLHW
Member level 1
I've searched in both directories (/home/JLHW and /root). in /home/JLHW, there are no .profile or .cshrc found, .cshrc is actually at /root, and .profile is not found here as well.
I've tried modify .cshrc by adding:
but the error still shows.
Should I manually create .profile at /home/JLHW and just copy the above codes?
I've tried modify .cshrc by adding:
Code:
SONNET_DIR=/opt/sonnetsoftware/sonnet_16.52; export SONNET_DIR
PATH=$PATH:$SONNET_DIR/bin; export PATH
DISPLAY=:0; export DISPLAY
but the error still shows.
Should I manually create .profile at /home/JLHW and just copy the above codes?