Skip to content
Snippets Groups Projects
  1. Dec 18, 2017
    • Gene's avatar
      for CentOS, do scl without sudo · dd9bacd6
      Gene authored
      I ran into a problem following these instructions, and this change got me past it.
      
      The command in question enables access to the C++ compiler (puts it on the PATH or something like that).  If you do it with `sudo`, it leaves you at a root shell prompt.  If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible.  If you want to compile as non-root, then you need to do `scl` as non-root.
  2. Dec 16, 2017
  3. Dec 15, 2017
  4. Dec 14, 2017
  5. Dec 13, 2017
  6. Dec 12, 2017
  7. Dec 10, 2017
  8. Dec 09, 2017
  9. Dec 08, 2017
Loading