{"id":485,"date":"2023-03-31T19:14:24","date_gmt":"2023-03-31T11:14:24","guid":{"rendered":"https:\/\/www.coni.top\/blog\/?p=485"},"modified":"2023-09-06T11:47:34","modified_gmt":"2023-09-06T03:47:34","slug":"conda_chang_yong_ming_ling","status":"publish","type":"post","link":"https:\/\/www.coni.top\/blog\/?p=485","title":{"rendered":"Conda\u5e38\u7528\u547d\u4ee4"},"content":{"rendered":"\n<p>Conda\u7684\u4e0b\u8f7d\u5b89\u88c5\u8be6\u89c1 <a rel=\"noreferrer noopener\" href=\"https:\/\/www.coni.top\/blog\/?p=626\" data-type=\"link\" data-id=\"https:\/\/www.coni.top\/blog\/?p=626\" target=\"_blank\">\u6df1\u5ea6\u5b66\u4e60\u73af\u5883\u642d\u5efa<\/a> \u4e2d\u7684miniconda\u76ee\u5f55<\/p>\n\n\n\n<ul>\n<li>\u521b\u5efaConda\u73af\u5883\u548cpython\u7f16\u8bd1\u5668\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>conda create -n env_name python=xxx \uff08xxx\u4e3apython\u7248\u672c\uff09<\/code><\/pre>\n\n\n\n<ul>\n<li>\u5220\u9664\u67d0\u865a\u62df\u73af\u5883\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>conda remove -n env_name --all<\/code><\/pre>\n\n\n\n<ul>\n<li>\u67e5\u770b\u7535\u8111\u4e0a\u5df2\u5b89\u88c5\u7684\u6240\u6709Conda\u73af\u5883\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>conda env list\nconda info -e<\/code><\/pre>\n\n\n\n<ul>\n<li>\u6fc0\u6d3b\u67d0\u865a\u62df\u73af\u5883\uff08\u9ed8\u8ba4\u6fc0\u6d3bbase\uff09\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>conda activate env_name <\/code><\/pre>\n\n\n\n<ul>\n<li>\u9000\u51fa\u6b64\u73af\u5883\uff0c\u56de\u5230\u57fa\u7840\u73af\u5883\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>conda deactivate<\/code><\/pre>\n\n\n\n<ul>\n<li>\u67e5\u770b\u5f53\u524d\u73af\u5883\u4e0b\u6240\u6709\u5305\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>pip list\nconda list<\/code><\/pre>\n\n\n\n<ul>\n<li>\u5f53\u524d\u73af\u5883\u4e0b\u5b89\u88c5\u5305\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install xxx\nconda install xxx<\/code><\/pre>\n\n\n\n<ul>\n<li>\u5378\u8f7d\u5305\uff1a<\/li>\n<\/ul>\n\n\n\n<pre class=\"wp-block-code\"><code>pip uninstall xxx\nconda uninstall xxx<\/code><\/pre>\n\n\n\n<p>\u8fd8\u6709\u4e00\u4e9b\u4e0d\u5e38\u7528\u7684\u547d\u4ee4\uff1a<\/p>\n\n\n\n<ul>\n<li>\u67e5\u770bconda\u5305\u542b\u7684\u4e0b\u8f7d\u6e90\uff08\u7528\u4e8e\u52a0\u901f\u4e0b\u8f7d\uff09\uff1a<code>conda config --show-source<\/code><\/li>\n\n\n\n<li>\u6dfb\u52a0\u6e90\uff1a<code>conda config --add channels xxx<\/code>\uff08\u5e38\u89c1\u6e90\u5982\u4e0b\uff09<\/li>\n\n\n\n<li>\u6e05\u534e\u955c\u50cfconda\u6e90\uff1a<code>https:\/\/mirrors.tuna.tsinghua.edu.cn\/anaconda\/pkgs\/free\/<\/code><\/li>\n\n\n\n<li>\u4e2d\u79d1\u5927\u955c\u50cfconda\u6e90\uff1a<code>https:\/\/mirrors.ustc.edu.cn\/anaconda\/pkgs\/free\/<\/code><\/li>\n\n\n\n<li>\u6e05\u534e\u955c\u50cfpip\u6e90\uff1a<code>https:\/\/pypi.tuna.tsinghua.edu.cn\/simple\/<\/code><\/li>\n\n\n\n<li>\u963f\u91cc\u4e91\u955c\u50cfpip\u6e90\uff1a<code>http:\/\/mirrors.aliyun.com\/pypi\/simple\/<\/code><\/li>\n\n\n\n<li>\u5220\u9664\u6e90\uff1a<code>conda config --remove channels xxx<\/code><\/li>\n\n\n\n<li>\u5b9e\u9645\u4e2d\uff0c\u901a\u5e38\u8fd9\u6837\u8fd0\u7528\uff1a <code>conda\/pip install xxx https:\/\/\u2026\u2026<\/code>\uff08\u6e90\u94fe\u63a5\uff09<\/li>\n\n\n\n<li>\u5347\u7ea7conda\/anoconda\/python\/package\uff1a<code>conda update conda\/anaconda\/python\/xxx<\/code> \uff08\u5347\u7ea7anaconda\u524d\u9700\u5347\u7ea7conda\uff09<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Conda\u7684\u4e0b\u8f7d\u5b89\u88c5\u8be6\u89c1 \u6df1\u5ea6\u5b66\u4e60\u73af\u5883\u642d\u5efa \u4e2d\u7684miniconda\u76ee\u5f55 \u8fd8\u6709\u4e00\u4e9b\u4e0d\u5e38\u7528\u7684\u547d\u4ee4\uff1a<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"cybocfi_hide_featured_image":"","footnotes":""},"categories":[45],"tags":[53,54,55],"views":683,"_links":{"self":[{"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=\/wp\/v2\/posts\/485"}],"collection":[{"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=485"}],"version-history":[{"count":6,"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=\/wp\/v2\/posts\/485\/revisions"}],"predecessor-version":[{"id":679,"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=\/wp\/v2\/posts\/485\/revisions\/679"}],"wp:attachment":[{"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=485"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=485"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.coni.top\/blog\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}