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.