Skip to content

Commit 644979a

Browse files
authored
DOC: Replace outdated source activate/activate with conda activate (pandas-dev#66497) (pandas-dev#66502)
1 parent 96f654c commit 644979a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

doc/source/getting_started/install.rst

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,7 @@ Additionally, it is recommended to install and run pandas from a virtual environ
4848
.. code-block:: shell
4949
5050
conda create -c conda-forge -n name_of_my_env python pandas
51-
# On Linux or MacOS
52-
source activate name_of_my_env
53-
# On Windows
54-
activate name_of_my_env
51+
conda activate name_of_my_env
5552
5653
.. tip::
5754
For users that are new to Python, the easiest way to install Python, pandas, and the

0 commit comments

Comments
 (0)