Skip to content

Commit c187845

Browse files
Update macos brew installation instructions from build from source
The command for installing brew for macos build instructions is outdated and returning 404 error. As suggested by @markmcd that we don't need to maintain brew installation instructions which may vary at times and we need to track it continuously. Hence I am proposing to remove the brew installation instructions as user can refer the attached link and can do on his own. Please review and confirm whether this is OK. Thanks!
1 parent edd6242 commit c187845

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

site/en/install/source.md

Lines changed: 0 additions & 3 deletions
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)