Installing on Windows#
You might need to purchase a license to stay compliant with our Terms of Service. Visit our pricing page to compare tier capabilities and pricing.
More of a visual learner? Watch the Installing Anaconda (Windows) video in the course linked below!
Installation#
- Download the Anaconda installer.
- (Optional) Anaconda recommends verifying the integrity of the installer after downloading it. How do I verify my installer’s integrity?
You can verify your installer’s data integrity with the SHA-256 hash that matches your chosen installer. See the hash index for a list of installers and their hashes. For more information on hash verification, see cryptographic hash verification in the official conda documentation. To check the integrity of the installer, open PowerShell and run the following command:
# Replace with the name of the downloaded installer file Get-FileHash .\Downloads\ -Algorithm SHA256
For example: Get-FileHash .\Downloads\Anaconda3-2023.09-0-Windows-x86_64.exe -Algorithm SHA256
Note If you encounter issues during installation, temporarily disable your anti-virus software during install, then re-enable it after the installation concludes. If you installed for all users, uninstall Anaconda and re-install it for your user only.
Caution Do not install as Administrator unless admin privileges are required.
Choose whether to add Anaconda to your PATH environment variable or register Anaconda as your default Python. We don’t recommend adding Anaconda to your PATH environment variable, since this can interfere with other software. Unless you plan on installing and running multiple versions of Anaconda or multiple versions of Python, accept the default and leave this box checked. Instead, use Anaconda software by opening Anaconda Navigator or the Anaconda Prompt from the Start Menu.
Note As of Anaconda Distribution 2022.05 , the option to add Anaconda to the PATH environment variable during an All Users installation has been disabled. This was done to address a security exploit. You can still add Anaconda to the PATH environment variable during a Just Me installation.


If you are behind a company proxy, you may need to do some additional setup. See how to set up your proxy .
Problems?#
What’s next?#
Get started programming with Anaconda in the Getting started with Anaconda guide.
Visit Anaconda Cloud to start programming for FREE in a notebook. Learn how from Anaconda Learning, too!
Как установить Anaconda c python 3.8 под Win10?
Установлена последняя версия Anaconda 3.9.7, многие приложения выше 3.8 плохо поддерживают. Как установить Anaconda с python 3.8 на win 10 или навсегда задаунгрейдить последнюю версию до нужной? Лучшее что нашла:
conda create -n downgrade python=3.8 anaconda conda activate downgrade
Однако downgrade слетает после перезапуска и приходится запускать заново Может есть какая-то волшебная ссылка по которой можно скачать?
Отслеживать
задан 9 апр 2022 в 9:37
Анна Лебедева Анна Лебедева
485 3 3 серебряных знака 14 14 бронзовых знаков
1 ответ 1
Сортировка: Сброс на вариант по умолчанию
По ссылке все версии Anaconda
Конкретная версия python в Anaconda не указана, но по датам, можно подобрать
Отслеживать
ответ дан 9 апр 2022 в 9:54
Анна Лебедева Анна Лебедева
485 3 3 серебряных знака 14 14 бронзовых знаков
пожалуйста, постарайтесь оставлять чуть более развёрнутые ответы. дополнить ответ можно, нажав править
9 апр 2022 в 10:36
Проще на самом сайте в Files посмотреть: anaconda.org/anaconda/python/files . Там конкретные версии Python указаны, по версии можно отфильтровать нужное, например: anaconda.org/anaconda/python/files?version=3.8.13 — там берете win64
Как установить Anaconda на Windows
Если при установке появляются проблемы, попробуйте временно отключить антивирусное ПО, а затем снова включить его после установки. Если Anaconda была установлена для всех пользователей, нужно удалить ее и переустановить для одного пользователя.
Устанавливайте Anaconda в папку, имя которой не содержит пробелов и символов unicode (например, кириллицу)
Не устанавливайте с правами Администратора, если такие не запрашивались

Для установки Anaconda без PyCharm просто нажмите кнопку «Далее» (Next)

What is Anaconda?
The Anaconda distribution contains a collection of many open-source packages, including a package manager, an environment manager, and a Python distribution. As you work on data science projects, you will find that you need many packages (NumPy, sci-kit-learn, scipy, pandas to name a few), which Anaconda comes preinstalled with. You can install additional packages using Anaconda’s package manager, condo, or pip after installing Anaconda.
With that, let’s get started!
Download Anaconda for Windows 10
- Go to the Anaconda Website and choose This is the 64-bit Graphical installer (510 MB) for Anaconda. Go for Anaconda 32-bit Graphical installer (404 MB) if your system only supports 32-bit.
You will receive “Anaconda3–2020.11-Windows-x86_64.exe” in your Download folder within a couple of minutes, depending on your internet speed.
How to install Anaconda on Windows 10?
Anaconda is pretty easy to install on Windows 10. You just need to choose a few options carefully.
1. Run Anaconda Installer
- Open the “Downloads” directory, where the Anaconda installer is located.*
- on the Anaconda installer file and select“Run as Administrator”to run the setup.
2. click Next on “Anaconda Welcome Screen”
On the “Welcome to Anaconda3 2021.11 (64-bit) setup” screen, click Next.
3. Accept End User License Agreement
On the End User License Agreement page, click “I Agree”.
4. Select Anaconda installation type
You will see two options on this screen —
- Just me — This is the recommended option. Anaconda can be installed without admin rights on Windows if you select this option. But if your system is used by multiple users or developers. They won’t be able to access it. I’ll choose the “Just me” option.
- All users — If Anaconda is going to be used by multiple users to develop scientific programs. You should select this option. Although you will require Admin rights on this system.
Click Next —
5. Choose Anaconda install location
Note your installation location and then click Next.
If you would like to select a different folder, click Browse and select your preferred folder.
6. Choose Advanced installation options
Anaconda’s integration with Windows can be customized. There are two options:
select both and click on the “Install” button to move further.
7. Let Anaconda installation complete
You can now relax and enjoy a cup of coffee. It will take a few minutes to install Anaconda on Windows 10.
To see the details of the actions that occurred during installation, tap on “Show details”
after completing, the installation Click on Next.
Click Next —