Skip to content

Commit 62b4327

Browse files
harshuljain13jreback
authored andcommitted
DOC: typo fix and adding correct command for environment deactivation…
Author: harshul1610 <[email protected]> Closes #13413 from harshul1610/master and squashes the following commits: 6108138 [harshul1610] DOC- typo fix and adding correct command for environment deactivation for windows and linux
1 parent 3eb4784 commit 62b4327

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

doc/source/contributing.rst

+6-2
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ To work in this environment, Windows users should ``activate`` it as follows::
188188

189189
activate pandas_dev
190190

191-
Mac OSX and Linux users should use::
191+
Mac OSX / Linux users should use::
192192

193193
source activate pandas_dev
194194

@@ -198,10 +198,14 @@ To view your environments::
198198

199199
conda info -e
200200

201-
To return to you home root environment::
201+
To return to your home root environment in Windows::
202202

203203
deactivate
204204

205+
To return to your home root environment in OSX / Linux::
206+
207+
source deactivate
208+
205209
See the full conda docs `here <http://conda.pydata.org/docs>`__.
206210

207211
At this point you can easily do an *in-place* install, as detailed in the next section.

0 commit comments

Comments
 (0)