<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Python on Geek Vinkey</title>
    <link>https://www.mawenqian.com/en/tags/python/</link>
    <description>Recent content in Python on Geek Vinkey</description>
    <image>
      <title>Geek Vinkey</title>
      <url>https://www.mawenqian.com/images/papermod-cover.png</url>
      <link>https://www.mawenqian.com/images/papermod-cover.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <copyright>MA Wenqian · mawenqian.com</copyright>
    <lastBuildDate>Tue, 18 Aug 2026 13:18:26 +0800</lastBuildDate>
    <atom:link href="https://www.mawenqian.com/en/tags/python/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Conda Environment Settings</title>
      <link>https://www.mawenqian.com/en/conda-environment-settings/</link>
      <pubDate>Wed, 12 Feb 2025 21:43:00 +0800</pubDate>
      <guid>https://www.mawenqian.com/en/conda-environment-settings/</guid>
      <description>&lt;blockquote&gt;
&lt;p&gt;This article was written with the assistance of GitHub Copilot&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;anaconda-or-miniconda&#34;&gt;Anaconda or Miniconda?&lt;/h2&gt;
&lt;p&gt;Conda is a package manager that runs on Linux, Windows and macOS, and it ships
Python with it — which is why a single &lt;code&gt;conda create -n new_pyenv python=3.12&lt;/code&gt;
is enough to get a clean virtual environment.&lt;/p&gt;
&lt;p&gt;There are two common distributions:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Anaconda&lt;/strong&gt; is large. The installer already bundles a lot of software and
libraries, so you get everything in one shot.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Miniconda&lt;/strong&gt; is small. Whatever library an environment needs gets downloaded
on demand.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If your network is unreliable, Anaconda saves you the repeated downloads —
although in mainland China the network problem is usually better solved by
switching to a mirror. On an overseas connection (Hong Kong, in my case) I&amp;rsquo;d
just take Miniconda: it installs fast, and when you inevitably get the paths
wrong as a beginner, uninstalling and reinstalling is painless. That is exactly
how I figured it out.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
