<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>anaconda Archives - Linux Windows and android Tutorials</title>
	<atom:link href="https://www.osradar.com/tag/anaconda/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Fri, 09 Apr 2021 15:46:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.13</generator>
	<item>
		<title>How to install Anaconda on Ubuntu 20.04 / Debian 10?</title>
		<link>https://www.osradar.com/install-anaconda-debian/</link>
					<comments>https://www.osradar.com/install-anaconda-debian/#respond</comments>
		
		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Tue, 13 Apr 2021 00:14:00 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[anaconda]]></category>
		<category><![CDATA[focal]]></category>
		<category><![CDATA[Focal Fossa]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">https://www.osradar.com/?p=28173</guid>

					<description><![CDATA[<p>Hello, friends. This post will help you to learn how to install Anaconda on Ubuntu 20.04 / Debian 10 this tool is quite useful in scientific or laboratory environments. Anaconda To get a more precise idea of Anaconda, I will quote some text excerpts from the project’s website: With Anaconda’s platform, you can build and [&#8230;]</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-anaconda-debian/">How to install Anaconda on Ubuntu 20.04 / Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Hello, friends. This post will help you to learn how to install Anaconda on Ubuntu 20.04 / Debian 10 this tool is quite useful in scientific or laboratory environments.</p>



<h2 id="anaconda"><a href="#anaconda" name="anaconda"></a>Anaconda</h2>



<p>To get a more precise idea of Anaconda, I will quote some text excerpts from the <a href="https://www.anaconda.com/" target="_blank" rel="noreferrer noopener">project’s website</a>:</p>



<blockquote class="wp-block-quote"><p>With Anaconda’s platform, you can build and deploy deep learning models that use neural networks. Anaconda easily integrates with tools like TensorFlow and Keras so you can build and train neural network models, including convolutional neural networks (CNNs) and generative adversarial networks (GANs).</p></blockquote>



<p>On the other hand:</p>



<blockquote class="wp-block-quote"><p>The Python ecosystem of data visualization tools is vast. With Anaconda, your data science team can find the right visualization tool for any data set, from manufacturing output to seismic activity. They will have the power to build and deploy beautiful dashboards and get them into the hands of decision makers quickly with our one-click deployment technology.</p></blockquote>



<p>In other words, with Anaconda we can install and deploy data science and advanced computing environments from <a href="https://www.osradar.com/install-python-3-9-ubuntu-20-04-18-04/" target="_blank" rel="noreferrer noopener">Python</a>.</p>



<h2 id="install-anaconda-on-ubuntu-20.04"><a name="install-anaconda-on-ubuntu-20.04" href="#install-anaconda-on-ubuntu-20.04"></a>Install Anaconda on Ubuntu 20.04 / Debian 10</h2>



<p>In this post, we will use the terminal as a quicker and more direct method.</p>



<p>So, open one and update Ubuntu 20.04 / Debian 10</p>



<pre class="wp-block-preformatted">sudo apt update
sudo apt upgrade</pre>



<p>Next is to download the Anaconda installation script which can be obtained using the following command:</p>



<pre class="wp-block-preformatted">cd /tmp/
wget -c https://repo.anaconda.com/archive/Anaconda3-2020.11-Linux-x86_64.sh</pre>



<p>Of course, the above command needs to be updated to the latest version of Anaconda. So, visit <a href="https://www.anaconda.com/products/individual#Downloads" target="_blank" rel="noreferrer noopener">this link</a> and check which one it is by right-clicking on the download button. There you will get the link that you can paste after <code>wget -c</code>.</p>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="371" src="https://www.osradar.com/wp-content/uploads/2021/01/1-13-1024x371.png" alt="1.- Download Anaconda" class="wp-image-28222" srcset="https://www.osradar.com/wp-content/uploads/2021/01/1-13-1024x371.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/1-13-300x109.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/1-13-768x278.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/1-13-696x252.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/1-13-1068x387.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/1-13.png 1357w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>1.- Download Anaconda</figcaption></figure>



<p>After it finishes downloading, we have to run it with the bash command.</p>



<pre class="wp-block-preformatted">bash Anaconda3-2020.11-Linux-x86_64.sh</pre>



<p>First, accept the license terms.</p>



<pre class="wp-block-preformatted">Welcome to Anaconda3 <span class="hljs-number">2020.11</span>
In order to <span class="hljs-built_in">continue</span> the installation process, please review the license
agreement.
Please, press ENTER to <span class="hljs-built_in">continue</span>
&gt;&gt;&gt;
<code class="bash" data-origin="<pre><code class=&quot;bash&quot;>Welcome to Anaconda3 2020.11

In order to continue the installation process, please review the license
agreement.
Please, press ENTER to continue
>>>

Do you accept the license terms? [yes|no]
[no] >>>
</code></pre>
<p>">Do you accept the license terms? [yes|no]
[no] &gt;&gt;&gt;
</code></pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="1024" height="527" src="https://www.osradar.com/wp-content/uploads/2021/01/2-13-1024x527.png" alt="2.- License terms" class="wp-image-28224" srcset="https://www.osradar.com/wp-content/uploads/2021/01/2-13-1024x527.png 1024w, https://www.osradar.com/wp-content/uploads/2021/01/2-13-300x155.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/2-13-768x396.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/2-13-696x358.png 696w, https://www.osradar.com/wp-content/uploads/2021/01/2-13-1068x550.png 1068w, https://www.osradar.com/wp-content/uploads/2021/01/2-13.png 1365w" sizes="(max-width: 1024px) 100vw, 1024px" /><figcaption>2.- License terms</figcaption></figure>



<pre id="block-b7fc6efc-1102-425d-937e-c1950d47c91b" class="wp-block-preformatted">Then set an installation directory. It can be the one you want, or you can even leave the one proposed by the installer.</pre>



<pre class="wp-block-preformatted">Anaconda3 will now be installed into this location:
/home/angelo/anaconda3
- Press ENTER to confirm the location
- Press CTRL-C to abort the installation
- Or specify a different location below
<code class="bash" data-origin="<pre><code class=&quot;bash&quot;>Anaconda3 will now be installed into this location:
/home/angelo/anaconda3

  - Press ENTER to confirm the location
  - Press CTRL-C to abort the installation
  - Or specify a different location below

[/home/angelo/anaconda3] >>>
</code></pre>
<p>">[/home/angelo/anaconda3] &gt;&gt;&gt;</code></pre>



<p>Next, you have the option to make Anaconda run immediately with the <code>conda init</code> command.</p>



<pre class="wp-block-preformatted">Preparing transaction: <span class="hljs-keyword">done</span>
Executing transaction: <span class="hljs-keyword">done</span>
installation finished.
Do you wish the installer to initialize Anaconda3
by running conda init? [yes|no]
[no] &gt;&gt;&gt; yes</pre>



<figure class="wp-block-image size-large"><img loading="lazy" width="816" height="319" src="https://www.osradar.com/wp-content/uploads/2021/01/3-11.png" alt="3.- Anaconda on Ubuntu 20.04 / Debian 10" class="wp-image-28225" srcset="https://www.osradar.com/wp-content/uploads/2021/01/3-11.png 816w, https://www.osradar.com/wp-content/uploads/2021/01/3-11-300x117.png 300w, https://www.osradar.com/wp-content/uploads/2021/01/3-11-768x300.png 768w, https://www.osradar.com/wp-content/uploads/2021/01/3-11-696x272.png 696w" sizes="(max-width: 816px) 100vw, 816px" /><figcaption>3.- Anaconda on Ubuntu 20.04 / Debian 10</figcaption></figure>



<p>There, the installation will finish without any problems.</p>



<p>To apply all the changes to the shell and make the conda command available system-wide, run the command:</p>



<pre class="wp-block-preformatted">source ~/.bashrc</pre>



<p>Anaconda is now ready for battle.</p>



<p>You can test the <code>conda</code> command by running:</p>



<pre class="wp-block-preformatted">conda info
active environment : None
             shell level : 0
        user config file : /home/angelo/.condarc
  populated config files : 
           conda version : 4.9.2
     conda-build version : 3.20.5
          python version : 3.8.5.final.0
        virtual packages : __glibc=2.31=0
                           __unix=0=0
                           __archspec=1=x86_64
        base environment : /home/angelo/anaconda3  (writable)
            channel URLs : https://repo.anaconda.com/pkgs/main/linux-64
                           https://repo.anaconda.com/pkgs/main/noarch
                           https://repo.anaconda.com/pkgs/r/linux-64
                           https://repo.anaconda.com/pkgs/r/noarch
           package cache : /home/angelo/anaconda3/pkgs
                           /home/angelo/.conda/pkgs
        envs directories : /home/angelo/anaconda3/envs
                           /home/angelo/.conda/envs
                platform : linux-64
              user-agent : conda/4.9.2 requests/2.24.0 CPython/3.8.5 Linux/5.4.0-56-generic ubuntu/20.04.2 glibc/2.31
                 UID:GID : 1000:1000
              netrc file : None
            offline mode : False</pre>



<p>So, enjoy it.</p>



<h2 id="conclusion"><a href="#conclusion" name="conclusion"></a>Conclusion</h2>



<p>Anaconda in professional environments is quite an ideal solution for many people who make this their profession. The best thing is that we can install it on Ubuntu 20.04 / Debian 10 very easily and take full advantage of it.</p>
<p>The post <a rel="nofollow" href="https://www.osradar.com/install-anaconda-debian/">How to install Anaconda on Ubuntu 20.04 / Debian 10?</a> appeared first on <a rel="nofollow" href="https://www.osradar.com">Linux  Windows and android  Tutorials</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.osradar.com/install-anaconda-debian/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
