Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

安装教程conda create新增默认的/envs下面,而不只是只能要额外指定路径 用-p #482

Merged
merged 3 commits into from
Jul 25, 2023

Conversation

KennyNg-19
Copy link
Contributor

我看参考的安装文档里面,安装conda环境用的是,
$ conda create -p /your_path/env_name python=3.8

显式地使用 -p 选项来指定环境路径,但这样反而每次activate该环境的时候,因为该环境没有名字只有-path名,都要非常麻烦的写出 /your_path/env_name
$ source activate /your_path/env_name

替代方案 / Alternative Solutions:我新增了一条可选项,安装更丝滑
conda create -n env_name python=3.8

@KennyNg-19 KennyNg-19 changed the title [FEATURE] 建议,安装教程为什么conda create要额外指定路径 用-p ,而非默认的/envs下面 安装教程conda create新增默认的/envs下面,而不只是只能要额外指定路径 用-p May 28, 2023
移除了几行自己的文件header格式
@liunux4odoo liunux4odoo changed the base branch from master to dev July 25, 2023 08:54
@liunux4odoo liunux4odoo merged commit 466f0c9 into chatchat-space:dev Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants