Skip to content

Commit

Permalink
Update INSTALL.md (#867)
Browse files Browse the repository at this point in the history
If you are not export a directory that contains the "activate" file to $PATH, it will show "activate: No such file or directory".
So conda activate is more preferable.
  • Loading branch information
ozps authored and hellock committed Jun 25, 2019
1 parent 46cc0cb commit abc5061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ a. Create a conda virtual environment and activate it. Then install Cython.

```shell
conda create -n open-mmlab python=3.7 -y
source activate open-mmlab
conda activate open-mmlab

conda install cython
```
Expand Down

0 comments on commit abc5061

Please sign in to comment.