<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="https://build2be.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>build2be/com/e - conda</title>
 <link>https://build2be.com/category/conda</link>
 <description></description>
 <language>en</language>
<item>
 <title>Using miniconda</title>
 <link>https://build2be.com/content/using-miniconda</link>
 <description>&lt;div class=&quot;field field-name-field-images field-type-image field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;a href=&quot;/content/using-miniconda&quot;&gt;&lt;img class=&quot;img-responsive&quot; src=&quot;https://build2be.com/sites/build2be.com/files/styles/medium/public/conda-artboard.png?itok=e9AhcVIM&quot; width=&quot;220&quot; height=&quot;110&quot; alt=&quot;Conda artboard&quot; title=&quot;https://files.anaconda.com/production/resources/open-source/conda-artboard.svg&quot; /&gt;&lt;/a&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div class=&quot;field field-name-body field-type-text-with-summary field-label-hidden&quot;&gt;&lt;div class=&quot;field-items&quot;&gt;&lt;div class=&quot;field-item even&quot;&gt;&lt;h2&gt;Creating new python environment&lt;/h2&gt;

&lt;p&gt;With &lt;strong&gt;venv&lt;/strong&gt; you cannot install a different python version. With miniconda you can.&lt;/p&gt;

&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;conda create --name cj9
conda info --envs
conda activate cj9
&lt;/code&gt;&lt;/pre&gt;

&lt;h2&gt;Installing latest python version&lt;/h2&gt;

&lt;pre&gt;&lt;code class=&quot;shell&quot;&gt;#conda install python=3.10 # gives 3.10.4
#conda install python=3.10.5 # not found
conda install --channel conda-forge python==3.10.5
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Channel conda forge provides latest packages&lt;/p&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description>
 <pubDate>Sun, 17 Jul 2022 11:47:01 +0000</pubDate>
 <dc:creator>administrator</dc:creator>
 <guid isPermaLink="false">219 at https://build2be.com</guid>
 <comments>https://build2be.com/content/using-miniconda#comments</comments>
</item>
</channel>
</rss>
