doc: update conda.md (#416) bcc6cb6335

This commit is contained in:
jaywcjlove
2023-08-18 07:43:45 +00:00
parent 51b34401b4
commit 3689894cc6
4 changed files with 11 additions and 7 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -181,7 +181,11 @@
<table class="style-list-arrow"><thead><tr><th align="left">Command</th><th>Description</th></tr></thead><tbody><tr><td align="left"><code>conda create -n &#x3C;ENVNAME> python=3.10</code></td><td>指定Python版本创建环境</td></tr><tr><td align="left"><code>conda create --clone &#x3C;ENVNAME> -n &#x3C;NEWENV></code></td><td>从已有环境克隆一个新环境</td></tr><tr><td align="left"><code>conda rename -n &#x3C;ENVNAME> &#x3C;NEWENVNAME></code></td><td>对环境名字重命名</td></tr><tr><td align="left"><code>conda remove -n &#x3C;ENVNAME> --all</code></td><td>通过名字删除一个环境</td></tr><tr><td align="left"><code>conda list -n &#x3C;ENVNAME> --revisions</code></td><td>列出环境的各个修订版本</td></tr><tr><td align="left"><code>conda install -n &#x3C;ENVNAME> --revision &#x3C;NUMBER>"</code></td><td>回滚到环境的某个版本本</td></tr></tbody></table>
<table class="style-list-arrow"><thead><tr><th align="left">Command</th><th>Description</th></tr></thead><tbody><tr><td align="left"><code>conda create -n &#x3C;ENVNAME> python=3.10</code></td><td>指定Python版本创建环境</td></tr><tr><td align="left"><code>conda create --clone &#x3C;ENVNAME> -n &#x3C;NEWENV></code></td><td>从已有环境克隆一个新环境</td></tr><tr><td align="left"><code>conda rename -n &#x3C;ENVNAME> &#x3C;NEWENVNAME></code></td><td>对环境名字重命名</td></tr><tr><td align="left"><code>conda remove -n &#x3C;ENVNAME> --all</code></td><td>通过名字删除一个环境</td></tr><tr><td align="left"><code>conda env remove -n &#x3C;ENVNAME></code></td><td>通过名字删除一个环境</td></tr><tr><td align="left"><code>conda list -n &#x3C;ENVNAME> --revisions</code></td><td>列出环境的各个修订版本</td></tr><tr><td align="left"><code>conda install -n &#x3C;ENVNAME> --revision &#x3C;NUMBER>"</code></td><td>回滚到环境的某个版本本</td></tr></tbody></table>
<!--rehype:className=style-list-arrow--> <!--rehype:className=style-list-arrow-->
<p>关于 <code>conda</code> 环境回滚可参考:<a href="https://www.pybloggers.com/2016/06/conda-revisions-letting-you-rollback-to-a-previous-version-of-your-environment/">这里</a></p> <p>关于 <code>conda</code> 环境回滚可参考:<a href="https://www.pybloggers.com/2016/06/conda-revisions-letting-you-rollback-to-a-previous-version-of-your-environment/">这里</a></p>
</div></div></div><div class="wrap h3body-not-exist col-span-2 row-span-2"><div class="wrap-header h3wrap"><h3 id="导出环境配置"><a aria-hidden="true" tabindex="-1" href="#导出环境配置"><span class="icon icon-link"></span></a>导出环境配置</h3><div class="wrap-body"> </div></div></div><div class="wrap h3body-not-exist col-span-2 row-span-2"><div class="wrap-header h3wrap"><h3 id="导出环境配置"><a aria-hidden="true" tabindex="-1" href="#导出环境配置"><span class="icon icon-link"></span></a>导出环境配置</h3><div class="wrap-body">

View File

@ -837,6 +837,9 @@
<a href="https://github.com/heStudio-Network" title="醉、倾城"> <a href="https://github.com/heStudio-Network" title="醉、倾城">
<img src="https://avatars.githubusercontent.com/u/119711513?v=4" width="42;" alt="醉、倾城"> <img src="https://avatars.githubusercontent.com/u/119711513?v=4" width="42;" alt="醉、倾城">
</a> </a>
<a href="https://github.com/webeautiful" title="Albert">
<img src="https://avatars.githubusercontent.com/u/3364316?v=4" width="42;" alt="Albert">
</a>
<a href="https://github.com/dadatom" title="Da Da"> <a href="https://github.com/dadatom" title="Da Da">
<img src="https://avatars.githubusercontent.com/u/33886943?v=4" width="42;" alt="Da Da"> <img src="https://avatars.githubusercontent.com/u/33886943?v=4" width="42;" alt="Da Da">
</a> </a>
@ -870,9 +873,6 @@
<a href="https://github.com/13812700839" title="花殇"> <a href="https://github.com/13812700839" title="花殇">
<img src="https://avatars.githubusercontent.com/u/58072506?v=4" width="42;" alt="花殇"> <img src="https://avatars.githubusercontent.com/u/58072506?v=4" width="42;" alt="花殇">
</a> </a>
<a href="https://github.com/webeautiful" title="Albert">
<img src="https://avatars.githubusercontent.com/u/3364316?v=4" width="42;" alt="Albert">
</a>
<a href="https://github.com/dousha0w0" title="dousha0w0"> <a href="https://github.com/dousha0w0" title="dousha0w0">
<img src="https://avatars.githubusercontent.com/u/52566311?v=4" width="42;" alt="dousha0w0"> <img src="https://avatars.githubusercontent.com/u/52566311?v=4" width="42;" alt="dousha0w0">
</a> </a>
@ -1328,7 +1328,7 @@
<!--rehype:class=home-card home-links--> <!--rehype:class=home-card home-links-->
<p>如果你有资源,可以很方便<a href="https://github.com/jaywcjlove/reference/issues/102#issue-1451649637">部署 web 版</a>,这非常简单,只需要克隆 <a href="https://github.com/jaywcjlove/reference/tree/gh-pages">gh-pages</a> 分支代码到你的静态服务就可以了,还可以使用 <a href="https://hub.docker.com/r/wcjiang/reference">docker</a> 快捷部署 web 版。</p> <p>如果你有资源,可以很方便<a href="https://github.com/jaywcjlove/reference/issues/102#issue-1451649637">部署 web 版</a>,这非常简单,只需要克隆 <a href="https://github.com/jaywcjlove/reference/tree/gh-pages">gh-pages</a> 分支代码到你的静态服务就可以了,还可以使用 <a href="https://hub.docker.com/r/wcjiang/reference">docker</a> 快捷部署 web 版。</p>
</div></div><div class="h2wrap-body"></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang. Updated on 2023/08/18 14:36:16</footer></footer><script src="data.js?v=1.4.1" defer></script><script src="js/fuse.min.js?v=1.4.1" defer></script><script src="js/main.js?v=1.4.1" defer></script><div id="mysearch"><div class="mysearch-box"><div class="mysearch-input"><div><svg xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 18 18"> </div></div><div class="h2wrap-body"></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang. Updated on 2023/08/18 15:42:54</footer></footer><script src="data.js?v=1.4.1" defer></script><script src="js/fuse.min.js?v=1.4.1" defer></script><script src="js/main.js?v=1.4.1" defer></script><div id="mysearch"><div class="mysearch-box"><div class="mysearch-input"><div><svg xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 18 18">
<path fill="currentColor" d="M17.71,16.29 L14.31,12.9 C15.4069846,11.5024547 16.0022094,9.77665502 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 C9.77665502,16.0022094 11.5024547,15.4069846 12.9,14.31 L16.29,17.71 C16.4777666,17.8993127 16.7333625,18.0057983 17,18.0057983 C17.2666375,18.0057983 17.5222334,17.8993127 17.71,17.71 C17.8993127,17.5222334 18.0057983,17.2666375 18.0057983,17 C18.0057983,16.7333625 17.8993127,16.4777666 17.71,16.29 Z M2,8 C2,4.6862915 4.6862915,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 Z"></path> <path fill="currentColor" d="M17.71,16.29 L14.31,12.9 C15.4069846,11.5024547 16.0022094,9.77665502 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 C9.77665502,16.0022094 11.5024547,15.4069846 12.9,14.31 L16.29,17.71 C16.4777666,17.8993127 16.7333625,18.0057983 17,18.0057983 C17.2666375,18.0057983 17.5222334,17.8993127 17.71,17.71 C17.8993127,17.5222334 18.0057983,17.2666375 18.0057983,17 C18.0057983,16.7333625 17.8993127,16.4777666 17.71,16.29 Z M2,8 C2,4.6862915 4.6862915,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 Z"></path>
</svg><input id="mysearch-input" type="search" placeholder="搜索" autocomplete="off"><div class="mysearch-clear"></div></div><button id="mysearch-close" type="button">搜索</button></div><div class="mysearch-result"><div id="mysearch-menu"></div><div id="mysearch-content"></div></div></div></div></body> </svg><input id="mysearch-input" type="search" placeholder="搜索" autocomplete="off"><div class="mysearch-clear"></div></div><button id="mysearch-close" type="button">搜索</button></div><div class="mysearch-result"><div id="mysearch-menu"></div><div id="mysearch-content"></div></div></div></div></body>
</html> </html>