On Tuesday, July 11, 2017 at 3:28:33 PM UTC+1, Leonardo Luiz e Castro wrote: > > > cd / >> mv /sw /sw_gone >> mv /opt/local /opt/local_gone >> > > After renaming those folders, I'm not able to run the "make" command: > > -bash: /sw/bin/make: No such file or directory > > What can I do? >
your PATH still points to /sw/bin/ (You can type in the terminal echo $PATH to see its value.) You have to remove this part from it. -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
