Skip to content

Commit ab09f9f

Browse files
committed
Add conda activate environment on Contributing documentation
1 parent bc60612 commit ab09f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ For doing cmd2 development, it is recommended you create a virutal environment u
185185
#### Create a new environment for cmd2 using Conda
186186
```sh
187187
$ conda create -n cmd2_py36 python=3.6
188-
$ source activate cmd2
188+
$ conda activate cmd2
189189
```
190190

191191
#### Create a new environment for cmd using Virtualenv

0 commit comments

Comments
 (0)