Skip to content

Commit 79895b7

Browse files
Merge pull request #2219 from SuryanarayanaY:patch-2
PiperOrigin-RevId: 534235456
2 parents 2cdaaec + c187845 commit 79895b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: site/en/install/source.md

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Install the following build tools to configure your development environment.
2525
<p>Requires Xcode 9.2 or later.</p>
2626
<p>Install using the <a href="https://brew.sh/" class="external">Homebrew</a> package manager:</p>
2727
<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>
3128
<code class="devsite-terminal">brew install python</code>
3229
</pre>
3330
</section>

0 commit comments

Comments
 (0)