<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Fabricio</title>
    <description>The latest articles on DEV Community by Fabricio (@fpolica91).</description>
    <link>https://dev.to/fpolica91</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F554821%2Fca0f4225-7a98-448b-bf9b-2244ff3b2d52.png</url>
      <title>DEV Community: Fabricio</title>
      <link>https://dev.to/fpolica91</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/fpolica91"/>
    <language>en</language>
    <item>
      <title>How to fix 'zsh: command not found: python' when using pyenv on macos</title>
      <dc:creator>Fabricio</dc:creator>
      <pubDate>Mon, 13 Mar 2023 18:19:01 +0000</pubDate>
      <link>https://dev.to/fpolica91/how-to-fix-zsh-command-not-found-python-when-using-pyenv-on-macos-5hh3</link>
      <guid>https://dev.to/fpolica91/how-to-fix-zsh-command-not-found-python-when-using-pyenv-on-macos-5hh3</guid>
      <description>&lt;ol&gt;
&lt;li&gt;Start by installing pyenv via brew &lt;code&gt;brew install pyenv&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Install desired version of python &lt;code&gt;pyenv install &amp;lt;version&amp;gt;&lt;/code&gt; and set it as global &lt;code&gt;pyenv global &amp;lt;version&amp;gt;&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Update the environment variables to use the version of Python installed through pyenv: &lt;code&gt;echo 'export PATH="$HOME/.pyenv/bin:$PATH"' &amp;gt;&amp;gt; ~/.zshrc&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Restart your terminal or run the following command: &lt;code&gt;source ~/.zshrc&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Alias python installed via pyenv &lt;code&gt;echo "alias python=$(pyenv which python)" &amp;gt;&amp;gt; ~/.zshrc&lt;/code&gt;
&lt;/li&gt;
&lt;/ol&gt;

</description>
    </item>
  </channel>
</rss>
