Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Nov 29, 2024
1 parent ec41dc1 commit c014357
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/manual/_sources/gettingstartedfast.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ the following line to your shell init script (for example ``~/.zshrc``) will be

.. code::
export PATH=$PATH:
export PATH=$PATH:~/Library/Python/3.9/bin
Adjust Python version and shell init script location according to your system.

Expand Down
2 changes: 1 addition & 1 deletion docs/manual/gettingstartedfast.html
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ <h3>MacOS<a class="headerlink" href="#macos" title="Permalink to this heading">#
manually add your installed <code class="docutils literal notranslate"><span class="pre">pip</span></code> packages directory to your <cite>PATH</cite> environment
variable, before you can use installed commands in your terminal. Usually, adding
the following line to your shell init script (for example <code class="docutils literal notranslate"><span class="pre">~/.zshrc</span></code>) will be enough:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export PATH=$PATH:
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span>export PATH=$PATH:~/Library/Python/3.9/bin
</pre></div>
</div>
<p>Adjust Python version and shell init script location according to your system.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/searchindex.js

Large diffs are not rendered by default.

0 comments on commit c014357

Please sign in to comment.