Skip to content

Commit

Permalink
Remove duplicated instruction in manage-python.rst (conda#11381)
Browse files Browse the repository at this point in the history
The instruction conda create -n py39 python=3.9 anaconda was duplicated in the docs.
  • Loading branch information
simon9500 authored Mar 31, 2022
1 parent 10e15f1 commit d3e4dcc
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/source/user-guide/tasks/manage-python.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,6 @@ Python version into it:
package, such as ``numpy=1.19``, or :ref:`multiple packages
<installing multiple packages>`.

* To create the new environment for Python 3.9, in your terminal window
or an Anaconda Prompt, run:

.. code-block:: bash
conda create -n py39 python=3.9 anaconda
#. :ref:`Activate the new environment <activate-env>`.

#. Verify that the new environment is your :ref:`current
Expand Down

0 comments on commit d3e4dcc

Please sign in to comment.