Skip to content

Latest commit

 

History

History
110 lines (75 loc) · 3.09 KB

index.rst

File metadata and controls

110 lines (75 loc) · 3.09 KB

Installation

The fastest way to :doc:`obtain <download>` conda is to install :ref:`Miniconda <miniconda-glossary>`, a mini version of :ref:`Anaconda <anaconda-glossary>` that includes only conda and its dependencies. If you prefer to have conda plus over 7,500 open-source packages, install Anaconda.

We recommend you install Anaconda for the local user, which does not require administrator permissions and is the most robust type of installation. You can also install Anaconda system wide, which does require administrator permissions.

For information on using our graphical installers for Windows or macOS, see the instructions for installing Anaconda.

  • 32- or 64-bit computer
  • For Miniconda: 400 MB disk space
  • For Anaconda: Minimum 3 GB disk space to download and install
  • Windows, macOS, or Linux
  • For Windows: Windows 8.1 or newer for Python 3.9, or Windows Vista or newer for Python 3.8

Note

You do not need administrative or root permissions to install Anaconda if you select a user-writable install location.

Follow the instructions for your operating system:

You can use :ref:`silent installation <silent-mode-glossary>` of Miniconda or Anaconda for deployment or testing or building services such as Travis CI and AppVeyor.

Follow the silent-mode instructions for your operating system:

You do not need to uninstall other Python installations or packages in order to use conda. Even if you already have a system Python, another Python installation from a source such as the macOS Homebrew package manager and globally installed packages from pip such as pandas and NumPy, you do not need to uninstall, remove, or change any of them before using conda.

Install Anaconda or Miniconda normally, and let the installer add the conda installation of Python to your PATH environment variable. There is no need to set the PYTHONPATH environment variable.

To see if the conda installation of Python is in your PATH variable:

  • On Windows, open an Anaconda Prompt and run echo %PATH%
  • On macOS and Linux, open the terminal and run echo $PATH

To see which Python installation is currently set as the default:

  • On Windows, open an Anaconda Prompt and run where python
  • On macOS and Linux, open the terminal and run which python

To see which packages are installed in your current conda environment and their version numbers, in your terminal window or an Anaconda Prompt, run conda list.

.. toctree::
   :maxdepth: 1
   :hidden:

   download
   windows
   macos
   linux
   rpm-debian