summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-23 13:20:40 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2020-04-23 13:20:40 -0400
commit0bc9217858dccaf3f0f6490c46a2f831a739ecf9 (patch)
treef94e51b0024d0257cebd3d0847d0d2382ae888d3
parentf5f397448ec64b17129660b4fb50d76038bf63c8 (diff)
downloadcmd2-git-0bc9217858dccaf3f0f6490c46a2f831a739ecf9.tar.gz
Fixed conda documentation
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 96c2d312..06d4299b 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -222,7 +222,7 @@ pipenv shell
#### Create a new environment for cmd2 using Conda
```sh
$ conda create -n cmd2_py36 python=3.6
-$ conda activate cmd2
+$ conda activate cmd2_py36
```
#### Create a new environment for cmd using Virtualenv