From 6108138a94334c2863592d6eac3984824ac11b34 Mon Sep 17 00:00:00 2001 From: harshul1610 Date: Thu, 9 Jun 2016 23:41:48 +0530 Subject: [PATCH] DOC- typo fix and adding correct command for environment deactivation for windows and linux --- doc/source/contributing.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/source/contributing.rst b/doc/source/contributing.rst index a9b86925666b7..8235eacad0b0a 100644 --- a/doc/source/contributing.rst +++ b/doc/source/contributing.rst @@ -198,10 +198,14 @@ To view your environments:: conda info -e -To return to you home root environment:: +To return to your home root environment in windows:: deactivate +To return to your home root environment in linux:: + + source deactivate + See the full conda docs `here `__. At this point you can easily do an *in-place* install, as detailed in the next section.