asdf conquer python

<p>I just speack about&nbsp;<a href="https://asdf-vm.com/" rel="noopener ugc nofollow" target="_blank">asdf</a>&nbsp;into&nbsp;<a href="https://medium.com/@z-uo/muliple-version-of-kubectl-easy-with-asdf-aa3ff72d6e9" rel="noopener">Muliple version of kubectl? Easy with asdf</a>&nbsp;it is a software that allow you to use and configure simply version of nodejs, ruby, kubectl, terraform and many command line tools.</p> <p>In this article we can see how to configure&nbsp;<a href="https://github.com/asdf-community/asdf-python" rel="noopener ugc nofollow" target="_blank">python plugin</a>.</p> <h2>Install requirements</h2> <p>Asdf will compile something so to install python you need the following libraries (simple ubuntu installation list):</p> <pre> sudo apt-get install build-essential \ zlib1g-dev libffi-dev libssl-dev libbz2-dev \ libreadline-dev libsqlite3-dev liblzma-dev </pre> <h2>Configure plugin</h2> <p>Add the&nbsp;<a href="https://github.com/asdf-community/asdf-python" rel="noopener ugc nofollow" target="_blank">python plugin</a>:</p> <pre> asdf plugin-add python</pre> <h2>Install Python</h2> <p>Now we are ready to install python simply with:</p> <p><a href="https://z-uo.medium.com/asdf-conquer-python-51a8c94ea972"><strong>Visit Now</strong></a></p>
Tags: Conquer Python