Add bash PATH fix for old macOS versions (#324)

This commit is contained in:
gStart9
2023-03-13 17:24:55 +00:00
committed by GitHub
parent 47f5969967
commit de5843a151
2 changed files with 12 additions and 4 deletions

View File

@@ -38,7 +38,15 @@ Install Tor
.. caution:: If you have the Tor Browser open, close it and quit the application.
#. In the command line, install Tor:
.. note:: If you are on a very old version of macOS, such as High Sierra (10.13) or below, first execute this command in a Terminal window:
.. code-block::
echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
Then close the Terminal.
#. Open a new Terminal and install Tor using the following command:
.. code-block::