<div><br></div><div>After all these years you would think that I would have automatically run “make install” or that I would have read the directions.  Nope, not this time.  Thanks for laying out the path comment.  I’ll try to avoid being so neglectful in the future...</div><div><br></div><div><caret></caret><br></div><div id="protonmail_signature_block" class="protonmail_signature_block"><div><div>Michael Allen<br></div><div>Industrial Weather<br></div><div>763-777-1263<br></div></div></div>  <div><br></div><div><br></div>On Sun, Dec 27, 2020 at 1:38 AM, Markus Neteler <<a href="mailto:neteler@osgeo.org" class="">neteler@osgeo.org</a>> wrote:<blockquote class="protonmail_quote" type="cite">  Hi Michael,<br><br>mdwxman via grass-user <grass-user@lists.osgeo.org> schrieb am So.,<br>27. Dez. 2020, 06:19:<br>><br>> I must be either blind or brain-frozen by all the snow outside but even after reading through the introductions<br>> and downloading the North Carolina data I still don't see how to start GRASS GIS 7.8.5 on my Fedora 33.<br><br>The reason will be that the start script isn't yet in $PATH.<br><br>So, the question is: did you run this step<br><br>sudo make install<br>?<br><br>- if yes, then it should be in /usr/local/bin/ which needs to be in<br>$PATH (usually it is)<br>- if no, then you need to create a link:<br>ln -s /where/you/compiled/grass_src/bin.x86_64-pc-linux-gnu/grass78<br>/some/directory/in/path/<br><br>Example (here in detail, also for others being interested):<br>So, in my $HOME I always create a "$HOME/bin/" directory into which I<br>then link the GRASS GIS startup script (and also other unrelated<br>stuff). Hence:<br><br>mkdir $HOME/bin/<br><br>Then add this line into $HOME/.bashrc (assuming that you use bash shell):<br>export PATH=$PATH:$HOME/bin<br><br>Next create the link (adapt path as needed):<br>ln -s $HOME/where/you/compiled/grass_src/bin.x86_64-pc-linux-gnu/grass78<br>$HOME/bin/<br><br>Now either start a new terminal or execute one time (needed as the<br>current terminal only reads $HOME/.bashrc at startup):<br>export PATH=$PATH:$HOME/bin<br><br>Now you should be able to start<br><br>grass78<br><br>> I have over 30 years experience with Unix or Linux and I still don't see a startup file.  What am I missing?<br><br>It is all about having the start scipt in $PATH.<br><br>HTH,<br>Markus<br></blockquote><div><br></div><div><br></div>