<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	>

<channel>
	<title>Homebrew &#8211; In The Digital</title>
	<atom:link href="https://inthedigital.co.uk/category/homebrew/feed/" rel="self" type="application/rss+xml" />
	<link>https://inthedigital.co.uk</link>
	<description>Web Design, Development and Digital Marketing</description>
	<lastBuildDate>Fri, 28 Aug 2020 17:10:45 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://i0.wp.com/inthedigital.co.uk/wp-content/uploads/2018/10/cropped-in-the-digital-icon-padded.png?fit=32%2C32&#038;ssl=1</url>
	<title>Homebrew &#8211; In The Digital</title>
	<link>https://inthedigital.co.uk</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">153467252</site>	<item>
		<title>How to fix macOS usr/local is not writable</title>
		<link>https://inthedigital.co.uk/how-to-fix-macos-usr-local-is-not-writable/</link>
		
		<dc:creator><![CDATA[Mervyn Booth]]></dc:creator>
		<pubDate>Tue, 21 Aug 2018 16:40:47 +0000</pubDate>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Homebrew]]></category>
		<guid isPermaLink="false">https://inthedigital.co.uk/?p=657</guid>

					<description><![CDATA[This simple post should fix the &#8220;usr/local is not writable&#8221; issue with homebrew. Whilst on holiday I needed to use an old MacBook to crack on with some work. In order to do so I had to install the latest version of ansible, but encountered the permissions error &#8220;usr/local is not writable&#8221;. I found uninstalling [&#8230;]]]></description>
										<content:encoded><![CDATA[<p class="lead">This simple post should fix the &#8220;usr/local is not writable&#8221; issue with homebrew.</p>
<p>Whilst on holiday I needed to use an old MacBook to crack on with some work. In order to do so I had to install the latest version of <strong>ansible</strong>, but encountered the permissions error <strong>&#8220;usr/local is not writable&#8221;</strong>. I found uninstalling and reinstalling homebrew fixed the issue.</p>
<p>Here are the steps I took (which will also update Xcode, if required):<br />
1) Uninstall homebrew:</p>
<pre><code class="lang-ini">$ /usr/bin/ruby -e &quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/uninstall)&quot;
</code></pre>
<p>2) Reinstall homebrew:</p>
<pre><code class="lang-ini">$ /usr/bin/ruby -e &quot;$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)&quot;
</code></pre>
<p>3) Install ansible:</p>
<pre><code class="lang-ini">$ brew install ansible</code></pre>
<p>That&#8217;s it!</p>
<h2>Aside: Before uninstalling homebrew you could try <strong>chown</strong>ing the usr/local</h2>
<p>Before trying the above I tried, to no avail, just changing the ownership of the local dir (<a href="https://www.macariojames.com/blog/2017/08/28/fix-brew-update-error-usrlocal-must-writable/" rel="nofollow noopener" target="_blank">as described here</a>), but this didn&#8217;t work for me. Feel free to try it:</p>
<pre><code class="lang-ini">$ sudo chown -R $(whoami) /usr/local</code></pre>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">657</post-id>	</item>
	</channel>
</rss>
