Anaconda¶
Anaconda Distribution is a popular platform that contains
- conda - a package and environment manager for your command line interface
- Over 300 automaticall-installed packages
Installation¶
To install Anaconda, download the installer from the Anaconda website. The installer will ask you to accept the license agreement, choose the installation directory.
# check python location
where python
# check python version
python -V
list virtual environment¶
conda env list