<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
	
	>
<channel>
	<title>
	Comments on: Installing rbenv on Zsh (on MacOS)	</title>
	<atom:link href="https://programmingzen.com/installing-rbenv-on-zsh-on-macos/feed/" rel="self" type="application/rss+xml" />
	<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/</link>
	<description>Meditations on programming, startups, and technology</description>
	<lastBuildDate>Thu, 12 Nov 2020 02:23:39 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Chris Hart		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30390</link>

		<dc:creator><![CDATA[Chris Hart]]></dc:creator>
		<pubDate>Wed, 12 Aug 2020 14:50:34 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-30390</guid>

					<description><![CDATA[Thank you SO much for this! Still getting used to zsh instead of bash over here.]]></description>
			<content:encoded><![CDATA[<p>Thank you SO much for this! Still getting used to zsh instead of bash over here.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30388</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Tue, 11 Aug 2020 20:03:16 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-30388</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30387&quot;&gt;Ronald&lt;/a&gt;.

Thanks, Ronald. It&#039;s been a while since I installed it last and I thought it was automatically generated. If the file is not there, executing a &lt;code&gt;touch ~/.zshenv&lt;/code&gt; will create the file for you, Blake.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30387">Ronald</a>.</p>
<p>Thanks, Ronald. It&#8217;s been a while since I installed it last and I thought it was automatically generated. If the file is not there, executing a <code>touch ~/.zshenv</code> will create the file for you, Blake.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ronald		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30387</link>

		<dc:creator><![CDATA[Ronald]]></dc:creator>
		<pubDate>Mon, 10 Aug 2020 06:14:09 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-30387</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30385&quot;&gt;Antonio Cangiano&lt;/a&gt;.

Unless you create the file, it is unlikely that a correct zsh installation will create by itself in its home directory. If we need certain zsh startup files, we create them.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30385">Antonio Cangiano</a>.</p>
<p>Unless you create the file, it is unlikely that a correct zsh installation will create by itself in its home directory. If we need certain zsh startup files, we create them.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30385</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Sun, 09 Aug 2020 21:41:14 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-30385</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30305&quot;&gt;bkclerke&lt;/a&gt;.

Hi Blake, the .zshenv file should be located within your home folder. From your terminal, do a &lt;code&gt;ls -la ~&lt;/code&gt; to see the file if it exists. &lt;del&gt;If it&#039;s not there then it&#039;s possible Zsh is not installed correctly on your system.&lt;/del&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30305">bkclerke</a>.</p>
<p>Hi Blake, the .zshenv file should be located within your home folder. From your terminal, do a <code>ls -la ~</code> to see the file if it exists. <del>If it&#8217;s not there then it&#8217;s possible Zsh is not installed correctly on your system.</del></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: bkclerke		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30305</link>

		<dc:creator><![CDATA[bkclerke]]></dc:creator>
		<pubDate>Tue, 14 Jul 2020 14:31:56 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-30305</guid>

					<description><![CDATA[Do you know where to find the .zshenv file to add the export PATH line? I can&#039;t seem to find it. I&#039;m running into the same issue trying to install a ruby gem on Catalina. I&#039;m using ZSH as well. Thank you!]]></description>
			<content:encoded><![CDATA[<p>Do you know where to find the .zshenv file to add the export PATH line? I can&#8217;t seem to find it. I&#8217;m running into the same issue trying to install a ruby gem on Catalina. I&#8217;m using ZSH as well. Thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ronald		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-30133</link>

		<dc:creator><![CDATA[Ronald]]></dc:creator>
		<pubDate>Sun, 14 Jun 2020 10:55:42 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-30133</guid>

					<description><![CDATA[I don&#039;t see what&#039;s the point in adding .rbenv/bin to the PATH. This directory is not created during the installation of rbenv via homebrew, and if I really need it one day, I should at least created it before adding it to the PATH.]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t see what&#8217;s the point in adding .rbenv/bin to the PATH. This directory is not created during the installation of rbenv via homebrew, and if I really need it one day, I should at least created it before adding it to the PATH.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: froveroto		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-29855</link>

		<dc:creator><![CDATA[froveroto]]></dc:creator>
		<pubDate>Thu, 09 Apr 2020 22:02:32 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-29855</guid>

					<description><![CDATA[work like a charm! thank you!]]></description>
			<content:encoded><![CDATA[<p>work like a charm! thank you!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Antonio Cangiano		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-29718</link>

		<dc:creator><![CDATA[Antonio Cangiano]]></dc:creator>
		<pubDate>Thu, 27 Feb 2020 18:39:40 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-29718</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-29703&quot;&gt;Russell&lt;/a&gt;.

Thank you for stopping by, Russell.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-29703">Russell</a>.</p>
<p>Thank you for stopping by, Russell.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Russell		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-29703</link>

		<dc:creator><![CDATA[Russell]]></dc:creator>
		<pubDate>Mon, 24 Feb 2020 10:49:51 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-29703</guid>

					<description><![CDATA[Thank you so much, Antonio! I literally spent 24 hours trying to find what&#039;s the problem installing Rails. None of the solutions helped. Your approach is clear, elegant, and worked for me! Greatly appreciate it.]]></description>
			<content:encoded><![CDATA[<p>Thank you so much, Antonio! I literally spent 24 hours trying to find what&#8217;s the problem installing Rails. None of the solutions helped. Your approach is clear, elegant, and worked for me! Greatly appreciate it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Nick		</title>
		<link>https://programmingzen.com/installing-rbenv-on-zsh-on-macos/#comment-29602</link>

		<dc:creator><![CDATA[Nick]]></dc:creator>
		<pubDate>Wed, 15 Jan 2020 23:30:34 +0000</pubDate>
		<guid isPermaLink="false">https://programmingzen.com/?p=2197#comment-29602</guid>

					<description><![CDATA[This was a huge help! Thank you]]></description>
			<content:encoded><![CDATA[<p>This was a huge help! Thank you</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
