We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cdaaec + c187845 commit 79895b7Copy full SHA for 79895b7
site/en/install/source.md
@@ -25,9 +25,6 @@ Install the following build tools to configure your development environment.
25
<p>Requires Xcode 9.2 or later.</p>
26
<p>Install using the <a href="https://brew.sh/" class="external">Homebrew</a> package manager:</p>
27
<pre class="prettyprint lang-bsh">
28
-<code class="devsite-terminal">/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"</code>
29
-<code class="devsite-terminal">export PATH="/usr/local/opt/python/libexec/bin:$PATH"</code>
30
-<code class="devsite-terminal"># if you are on macOS 10.12 (Sierra) use `export PATH="/usr/local/bin:/usr/local/sbin:$PATH"`</code>
31
<code class="devsite-terminal">brew install python</code>
32
</pre>
33
</section>
0 commit comments