<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Python - 标签 - zwyyy456&#39;s blog</title>
        <link>https://doit.tellm.eu.org/zh/tags/python/</link>
        <description>Python - 标签 - zwyyy456&#39;s blog</description>
        <generator>Hugo -- gohugo.io</generator><language>zh</language><managingEditor>zwyyy456@hotmail.com (zwyyy456)</managingEditor>
            <webMaster>zwyyy456@hotmail.com (zwyyy456)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Fri, 11 Nov 2022 15:55:04 &#43;0800</lastBuildDate><atom:link href="https://doit.tellm.eu.org/zh/tags/python/" rel="self" type="application/rss+xml" /><item>
    <title>miniconda 基础教程</title>
    <link>https://doit.tellm.eu.org/zh/miniconda/</link>
    <pubDate>Fri, 11 Nov 2022 15:55:04 &#43;0800</pubDate><author>
                    <name>zwyyy456</name>
                </author><guid>https://doit.tellm.eu.org/zh/miniconda/</guid>
    <description><![CDATA[1 创建 python 虚拟环境安装 python 指定环境 conda create -n zwyb python=3.9 安装 python 指定环境的时候安装相应的包 conda create -n zwyb python=3.9 pandas 进入指定的环境 conda activate zwyb 退出当前环境 conda deactive zwyb 显示所有环境 conda env list]]></description>
</item></channel>
</rss>
