# Anaconda

## ANACONDA Installation

Go to <https://www.anaconda.com/>

Click and download the Window Installer. or Click here [Download the installer on window](https://www.anaconda.com/products/individual#Downloads)

![](https://user-images.githubusercontent.com/38373000/162143256-abe37dec-7fc9-4fd8-b0d3-fe6a6ab89d6b.png)

Follow the following steps

* Double click the installer to launch.
* Select an install for “Just Me” (recommended)
* Select a destination folder to install Anaconda and click the Next button.

  > Install Anaconda to a directory path that does NOT contain spaces and unicode(Korean) characters.
* Do NOT add Anaconda to my PATH environment variable
* Check to register Anaconda as your default Python.

Click the Install button.

![](/files/-Ma8f3U0lFb8VsdrjDNN)

After a successful installation, you will see the “Thanks for installing Anaconda” dialog box:

![](https://user-images.githubusercontent.com/38373000/162144231-e72c06a6-b34b-423e-94f9-329090e5fb8a.png)

Start ' Anaconda Navigator' and see installed libraries.

![](/files/-Ma8gLFOlHnnKN6r2Hrp)

### Reference

{% embed url="<https://docs.anaconda.com/anaconda/install/windows/>" %}

## CONDA Cheat Sheet

<https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf>

{% embed url="<https://docs.conda.io/projects/conda/en/4.6.0/_downloads/52a95608c49671267e40c689e0bc00ca/conda-cheatsheet.pdf>" %}

## FAQ

### Entry Point Not Error when Opening Conda Env.

FoundPyWinObject\_FromULARGE\_INTEGER@@YAPEAU\_object@@AEBT\_ULARGE\_INTEGER@@[@z](https://github.com/z) could not be located in the dynamic link library C:WINDOWS\SYSTEM32\pythoncom37.dll

**Solution** Delete 'pythoncom37.dll'


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ykkim.gitbook.io/dlip/installation-guide/anaconda.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
