diff --git a/docs/topic/installer-actions.rst b/docs/topic/installer-actions.rst index e655f66..b57ae0e 100644 --- a/docs/topic/installer-actions.rst +++ b/docs/topic/installer-actions.rst @@ -49,9 +49,9 @@ This should let you run various ``conda`` and ``pip`` commands. If you run into .. code-block:: bash - sudo PATH=${PATH} + sudo env PATH=${PATH} -By default, ``sudo`` does not respect any custom environments you have activated. The ``PATH=${PATH}`` +By default, ``sudo`` does not respect any custom environments you have activated. The ``env PATH=${PATH}`` 'fixes' that. .. note::