<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>管理システム | Men of Letters（メン・オブ・レターズ） &#8211; 論理的思考/業務改善/プログラミング</title>
	<atom:link href="https://laboratory.kazuuu.net/category/%E7%AE%A1%E7%90%86%E3%82%B7%E3%82%B9%E3%83%86%E3%83%A0/feed/" rel="self" type="application/rss+xml" />
	<link>https://laboratory.kazuuu.net</link>
	<description></description>
	<lastBuildDate>Tue, 30 Mar 2021 05:11:29 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>

<image>
	<url>https://laboratory.kazuuu.net/wp-content/uploads/2021/02/cropped-L-32x32.png</url>
	<title>管理システム | Men of Letters（メン・オブ・レターズ） &#8211; 論理的思考/業務改善/プログラミング</title>
	<link>https://laboratory.kazuuu.net</link>
	<width>32</width>
	<height>32</height>
</image> 
<atom:link rel="hub" href="https://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="https://pubsubhubbub.superfeedr.com"/><atom:link rel="hub" href="https://websubhub.com/hub"/>	<item>
		<title>MacでHomebrew（ホームブルー）をインストールする</title>
		<link>https://laboratory.kazuuu.net/install-homebrew-home-blue-on-mac/</link>
					<comments>https://laboratory.kazuuu.net/install-homebrew-home-blue-on-mac/#respond</comments>
		
		<dc:creator><![CDATA[小林]]></dc:creator>
		<pubDate>Sat, 15 Aug 2020 04:02:01 +0000</pubDate>
				<category><![CDATA[管理システム]]></category>
		<guid isPermaLink="false">https://laboratory.kazuuu.net/?p=2081</guid>

					<description><![CDATA[MacでHomebrew（ホームブルー）のインストールしてみます。 Homebrew（ホームブルー）とは、macOSオペレーティングシステム（およびLinux）上のパッケージ管理システムである。実行、設定ファイルを1つに [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>MacでHomebrew（ホームブルー）のインストールしてみます。</p>
<p>Homebrew（ホームブルー）とは、macOSオペレーティングシステム（およびLinux）上のパッケージ管理システムである。実行、設定ファイルを1つにまとめたパッケージのインストール等を管理できます。</p>

  <div id="toc" class="toc tnt-number toc-center tnt-number border-element"><input type="checkbox" class="toc-checkbox" id="toc-checkbox-2" checked><label class="toc-title" for="toc-checkbox-2">目次</label>
    <div class="toc-content">
    <ol class="toc-list open"><li><a href="#toc1" tabindex="0">■環境</a></li><li><a href="#toc2" tabindex="0">■ターミナルを起動する</a></li><li><a href="#toc3" tabindex="0">■Homebrew（ホームブルー）のインストール</a></li></ol>
    </div>
  </div>

<h2><span id="toc1">■環境</span></h2>
<p>macOS High Sierra バージョン10.13.6</p>
<p>なお、事前にCommand Line Toolsをインストールした状態となっています。</p>
<h2><span id="toc2">■ターミナルを起動する</span></h2>
<p><a href="https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-14-14.49.36.png"><img decoding="async" class="alignnone size-medium wp-image-2038" src="https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-14-14.49.36-300x159.png" alt="" width="300" height="159" srcset="https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-14-14.49.36-300x159.png 300w, https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-14-14.49.36-768x408.png 768w, https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-14-14.49.36.png 826w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>まずはMacを起動後、「ユーティリティ」から「ターミナル」をダブルクリックで起動します。</p>
<h2><span id="toc3">■Homebrew（ホームブルー）のインストール</span></h2>
<pre class="lang:sh decode:true">$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"Return/Enterキーを押します。</pre>
<p>起動すると、ターミナルのウインドウが表示されますので、上記のコマンドを入力し、Return/Enterキーを押します。</p>
<p><a href="https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-15-11.46.53-1.png"><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-2084" src="https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-15-11.46.53-1-300x192.png" alt="" width="300" height="192" srcset="https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-15-11.46.53-1-300x192.png 300w, https://laboratory.kazuuu.net/wp-content/uploads/2020/08/スクリーンショット-2020-08-15-11.46.53-1.png 586w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>押すと、パスワードの入力を求められますので、ルートユーザアカウントのパスワードを入力し、Return/Enterキーを押します。</p>
<blockquote><p>==&gt; This script will install:<br />
/usr/local/bin/brew<br />
/usr/local/share/doc/homebrew<br />
/usr/local/share/man/man1/brew.1<br />
/usr/local/share/zsh/site-functions/_brew<br />
/usr/local/etc/bash_completion.d/brew<br />
/usr/local/Homebrew<br />
==&gt; The following existing directories will be made group writable:<br />
/usr/local/bin<br />
==&gt; The following existing directories will have their owner set to user:<br />
/usr/local/bin<br />
==&gt; The following existing directories will have their group set to admin:<br />
/usr/local/bin<br />
==&gt; The following new directories will be created:<br />
/usr/local/etc<br />
/usr/local/include<br />
/usr/local/lib<br />
/usr/local/sbin<br />
/usr/local/share<br />
/usr/local/var<br />
/usr/local/opt<br />
/usr/local/share/zsh<br />
/usr/local/share/zsh/site-functions<br />
/usr/local/var/homebrew<br />
/usr/local/var/homebrew/linked<br />
/usr/local/Cellar<br />
/usr/local/Caskroom<br />
/usr/local/Homebrew<br />
/usr/local/Frameworks</p>
<p>Press RETURN to continue or any other key to abort</p></blockquote>
<p>Return/Enterキーを押すと、「Press RETURN to continue or any other key to abort（RETURNキーを押して続行するか、他のキーを押して中止します）」と表示されますので、再びReturn/Enterキーを押します。</p>
<blockquote><p>==&gt; Installation successful!<br />
=&gt; Homebrew has enabled anonymous aggregate formulae and cask analytics. Read the analytics documentation (and how to opt-out) here:<br />
https://docs.brew.sh Analytics No analytics data has been sent yet (or will be during this install&#8217; run).<br />
==&gt; Homebrew is run entirely by unpaid volunteers. Please consider donating:<br />
https://github.com/Homebrew/brew#donations<br />
==&gt; Next steps: &#8211; Run &#8216;brew help&#8217; to get started &#8211; Further documentation:<br />
https://docs.brew.sh</p></blockquote>
<p>Return/Enterキーを押すと、インストールが開始されます。しばらくすると、「Installation successful!（インストールが成功しました！）」と表示されれば、インストールは完了となります。</p>
]]></content:encoded>
					
					<wfw:commentRss>https://laboratory.kazuuu.net/install-homebrew-home-blue-on-mac/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
