提交 78aa3789 编写于 作者: I Iman Tabrizian 提交者: Kubernetes Prow Robot

fix: conda no longer uses source (#828)

上级 3c584ba1
......@@ -286,7 +286,7 @@ Create a clean Python 3 environment (this tutorial uses Python 3.7):
```bash
conda create --name mlpipeline python=3.7
source activate mlpipeline
conda activate mlpipeline
```
If the `conda` command is not found, be sure to add Miniconda to your path:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册