Anaconda

ANACONDA Installation

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

Click and download the Window Installer. or Click here Download the installer on window

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.

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

Start ' Anaconda Navigator' and see installed libraries.

Reference

CONDA Cheat Sheet

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 could not be located in the dynamic link library C:WINDOWS\SYSTEM32\pythoncom37.dll

Solution Delete 'pythoncom37.dll'

Last updated