GRASS configuration files in home directory: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(new to tell winGRASS users and others where the $HOME stuff is)
 
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
'''Q:''' Where are my configuration files .grassrc6 or .grass7/rc?
'''Q:''' Where are my configuration files .grassrc8 or .grass8/rc?


'''A:''' It depends on your GRASS GIS version:
'''A:''' It depends on your GRASS GIS version:
* GRASS GIS 8.x
** Linux, FreeBSD, etc.: the files .grass8/rc and .grass8/wx.json are located in $HOME
** Windows: the files rc and wx are located in %APPDATA% (e.g. C:\Users\<username>\AppData\Roaming\GRASS8\rc). AppData is a hidden folder.
** Mac: the files .grass8/rc and .grass8/wx are located in /Users/<username>/grass  <<- check
Older versions:


* GRASS GIS 6.x
* GRASS GIS 6.x
Line 10: Line 17:
* GRASS GIS 7.x
* GRASS GIS 7.x
** Linux, FreeBSD, AIX, Solaris, etc.: the files .grass7/rc and .grass7/wx are located in $HOME
** Linux, FreeBSD, AIX, Solaris, etc.: the files .grass7/rc and .grass7/wx are located in $HOME
** Windows: the files grass7\rc and grass7\wx are located in %APPDATA% (e.g. C:\Users\<username>\AppData\Roaming\GRASS6\grass7\rc). AppData is a hidden folder.
** Windows: the files rc and wx are located in %APPDATA% (e.g. C:\Users\<username>\AppData\Roaming\GRASS7\rc). AppData is a hidden folder.
** Mac: the files .grass7/rc and .grass7/wx are located in /Users/<username>/grass  <<- check
** Mac: the files .grass7/rc and .grass7/wx are located in /Users/<username>/grass  <<- check



Latest revision as of 09:16, 24 April 2024

Q: Where are my configuration files .grassrc8 or .grass8/rc?

A: It depends on your GRASS GIS version:

  • GRASS GIS 8.x
    • Linux, FreeBSD, etc.: the files .grass8/rc and .grass8/wx.json are located in $HOME
    • Windows: the files rc and wx are located in %APPDATA% (e.g. C:\Users\<username>\AppData\Roaming\GRASS8\rc). AppData is a hidden folder.
    • Mac: the files .grass8/rc and .grass8/wx are located in /Users/<username>/grass <<- check

Older versions:

  • GRASS GIS 6.x
    • Linux, FreeBSD, AIX, Solaris, etc.: the files .grassrc6 and .grasswx6 are located in $HOME
    • Windows: the files grassrc6 and grasswx6 are located in %APPDATA% (e.g. C:\Users\<username>\AppData\Roaming\GRASS6\grassrc6). AppData is a hidden folder.
    • Mac: the files grassrc6 and .grasswx6 are located in /Users/<username>/grass <<- check
  • GRASS GIS 7.x
    • Linux, FreeBSD, AIX, Solaris, etc.: the files .grass7/rc and .grass7/wx are located in $HOME
    • Windows: the files rc and wx are located in %APPDATA% (e.g. C:\Users\<username>\AppData\Roaming\GRASS7\rc). AppData is a hidden folder.
    • Mac: the files .grass7/rc and .grass7/wx are located in /Users/<username>/grass <<- check

See also