<turbo-stream action="append" target="posts_list"><template>    <div class="postbit" id="289082" data-post-id="289082">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="dimitarvp" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/dimitarvp/120/38664_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  dimitarvp
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Then something super weird is going on, likely permission issues. We can’t help much if basic system expectations don’t hold up. She should troubleshoot and pursue. What’s even weirder is that just some file in the homedir made the whole thing work.</p>
<p>But can’t fault her really, especially if something you thought trivial wasted you a lot of time you’ll just be happy that you found a solution that worked eventually.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="289082" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/installed-elixir-via-asdf-shows-successful-but-i-m-getting-mix-command-not-found-errors/55233/12">Post #11</a>
	                </div>
	            </div>
              <div id="likers-container-289082" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="289082"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #11"></div>
  </section>
</div>
    <div class="postbit" id="355681" data-post-id="355681">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="idlesome" src="/assets/icons/user-9f439610.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  idlesome
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Just ran into this issue after brew decided to update asdf (while I was installing another package). <code>mix</code> and <code>elixir</code> commands were both available and working in other projects, but even though I had a <code>.tool-versions</code> file, I was getting <code>command not found: mix</code>, despite <code>asdf install</code> reporting I had elixir installed.</p>
<p>The solution was just to add the asdf PATH to my <code>~/.zshrc</code> as outlined in the asdf install page. It seems updating through brew won’t take care of this for you (even if it was an auto-update).</p>
<p>See: <a href="https://asdf-vm.com/guide/getting-started.html#_3-install-asdf" class="inline-onebox" rel="noopener nofollow ugc">Getting Started | asdf</a></p>
<p>Hopefully this helps someone else!</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="355681" data-batch-url="/posts/batch_likers">
                        1
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/installed-elixir-via-asdf-shows-successful-but-i-m-getting-mix-command-not-found-errors/55233/13">Post #12</a>
	                </div>
	            </div>
              <div id="likers-container-355681" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="355681"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-standard-post cat-standard-post" title="Post #12"></div>
  </section>
</div>
    <div class="postbit" id="355708" data-post-id="355708">
  <section>
    <div class="post-wrap">


					<div class="post-header">
		        <div class="user-avatar">
		          <img alt="AriBernstein" src="https://forum.elixirforum.com/user_avatar/forum.elixirforum.com/AriBernstein/120/37453_2.png" width="120" height="120" />
		        </div>
					
						<div class="user-details">
		          <div class="user-name">
		            <h3>
                  AriBernstein
                  </h3>
		          </div>
						
						</div>
					
					</div>

	        <div class="thread-main">
	            <div class="post-body" data-turbo="false">
								<p>Literally couldn’t figure out this issue over the last 3 hours and you post this 2 hours ago lol, thank you!</p>
<p>For anyone too lazy to open the link, remove all lines related to <code>asdf</code> from your <code>.zshrc</code> and add the following line:<br>
<code>export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH"</code></p>
<p>Then, for good measure, run <code>asdf reshim</code> and close all terminal windows before trying to run <code>mix ...</code> again.</p> 
	            </div>

	            <div class="base-line">
	                <div class="thread-counters">
	                    <span class="thread-count count-likes js-likers-trigger" title="Likes" data-post-id="355708" data-batch-url="/posts/batch_likers">
                        3
                      </span>
                      <!-- <span class="thread-count js-solved-indicator" title="Marked as solution"></span> -->
	                </div>
	                <div class="go-to-post">
	                  <a title="Go to post" alt="Go to post" href="https://forum.elixirforum.com/t/installed-elixir-via-asdf-shows-successful-but-i-m-getting-mix-command-not-found-errors/55233/14">Post #13</a>
	                </div>
	            </div>
              <div id="likers-container-355708" 
                   class="likers-container"
                   data-first-post="false"
                   data-batch-url="/posts/batch_likers">
                   <div class="likers-placeholder" 
                     data-likers-post-id="355708"
                     data-batch-url="/posts/batch_likers">
                  <div class="post-likers"></div>
                </div>
              </div>
	        </div>
			

    </div>

    <div class="triangle-top-right type-last-post cat-last-post" title="Last post!"></div>
  </section>
</div>
</template></turbo-stream><turbo-stream action="replace" target="load-more-container"><template><div id="load-more-container" class="load-more-container">
    <span class="all-loaded">— All posts loaded —</span>
</div></template></turbo-stream>