Create an account


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Tut] How to Set Up Conda

#1
How to Set Up Conda

<div><p><strong><em>Ready, Steady, Go —-> Data Science by setting up Conda in your Computer</em></strong></p>
<p>It has never been easier from the early python data tools invention than now, to set up an user environment in our own computer. Conda brings that easiness with it.</p>
<p>Conda as it defines itself is an “OS-agnostic, system-level binary package manager and ecosystem.”</p>
<p>The guiding principles of python are written by Tim Peters in <a href="https://www.python.org/dev/peps/pep-0020/#the-zen-of-python">&nbsp;</a><a href="https://www.python.org/dev/peps/pep-0020/#the-zen-of-python">PEP 20 — The Zen of Python</a>. One of the aphorisms mentioned in it is, “There should be one– and preferably only one –obvious way to do it.” Conda is an effort towards it not only for Python but other languages like R, Ruby, etc.</p>
<p>If you wish to read more about conda, read an excellent <a href="http://technicaldiscovery.blogspot.com/2013/12/why-i-promote-conda.html">blog post</a> written by Travis Oliphant. He’s the creator of Numpy and Scipy.</p>
<p>The best way to install Conda package manager for python is through any one of the two distributions,</p>
<ul>
<li>Anaconda</li>
<li>Miniconda</li>
</ul>
<h2><strong>Choosing Between Anaconda and Miniconda</strong></h2>
<p>Miniconda is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on. If you’re ready to allocate more space (around 3 GB), Anaconda is the best option. Anaconda will install a wide range of packages that you might need to deal with the data. Otherwise, Miniconda will serve the purpose and you can install any package as required.</p>
<p>To get an up to date and stable version of the software, installing from the official documentation is the best way to do so. We’ll provide you the links to the docs. The steps mentioned in the docs are very easy to follow like a cakewalk. Also, by the time whenever any of the links are dead, We’ll update them.</p>
<h2>Installing Conda through Anaconda:</h2>
<ul>
<li><a href="https://docs.anaconda.com/anaconda/install/windows/#installing-on-windows">Installing on Windows</a></li>
<li><a href="https://docs.anaconda.com/anaconda/install/mac-os/#installing-on-macos">Installing on macOS</a></li>
<li><a href="https://docs.anaconda.com/anaconda/install/linux/#installing-on-linux">Installing on Linux</a></li>
</ul>
<h2>Installing Conda through Miniconda:</h2>
<ul>
<li><a href="https://conda.io/projects/conda/en/latest/user-guide/install/windows.html#installing-on-windows">Installing on Windows</a></li>
<li><a href="https://conda.io/projects/conda/en/latest/user-guide/install/macos.html#installing-on-macos">Installing on macOS</a></li>
<li><a href="https://conda.io/projects/conda/en/latest/user-guide/install/linux.html#installing-on-linux">Installing on Linux</a></li>
</ul>
<p>We didn’t provide all the instructions directly here on this page because it’s very easy and clearly mentioned in the docs. The theme of this article is only to provide you with the necessary information to choose between Miniconda and Anaconda.</p>
<p>The post <a href="https://blog.finxter.com/how-to-set-up-conda/" target="_blank" rel="noopener noreferrer">How to Set Up Conda</a> first appeared on <a href="https://blog.finxter.com/" target="_blank" rel="noopener noreferrer">Finxter</a>.</p>
</div>


https://www.sickgaming.net/blog/2020/11/...-up-conda/
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum software by © MyBB Theme © iAndrew 2016