diff --git a/Divorce-Your-Linux-Admin.rst b/Divorce-Your-Linux-Admin.rst index e89f954..da12231 100644 --- a/Divorce-Your-Linux-Admin.rst +++ b/Divorce-Your-Linux-Admin.rst @@ -322,12 +322,15 @@ 4) Now we can start installing our desired packages. Note that we are now using *the* ``linuxbrew`` *compiler chain*, NOT the - system tools:: + system tools. Notice also that we want to install our languages + before anything else, so that subsequent tools installations will use + these rather than the ones present in the OS:: - brew install perl python emacs joe htop nload nmap screen the_silver_searcher tree vim + brew install perl python ln -s /opt/TundraWare/tools/bin/python2 /opt/TundraWare/tools/bin/python ln -s /opt/TundraWare/tools/bin/pip2 /opt/TundraWare/tools/bin/pip pip install ansible pew pew[pythonz] -U --ignore-installed + brew install emacs joe htop nload nmap screen the_silver_searcher tree vim ... and so on. 5) Save the results::