Skip to main content
50% off all plans, limited time. Starting at $2.48/mo
Anaconda

Anaconda

Anaconda is the Python distribution for data science. Conda package manager plus 250+ pre-installed libraries for ML, statistics, and analysis. Used by 30 million+ data scientists, it includes NumPy, Pandas, Scikit-learn, TensorFlow, and PyTorch with reproducible environment isolation.

At a glance

84

Page views

96

Active installs

Version Latest OS Ubuntu Server 24.04 LTS Min RAM 1 GB IP IPV4,IPV6

Active installs is sample data (staging preview); real metric wires in before launch.

Installation path:

/root/anaconda3

Basic commands:

Deactivate the current environment:

conda deactivate

Create a new environment:

# Create a new environment with default Python version
conda create -n newenv

# Or create a new environment with a specific Python version
conda create -n myenv python=3.11

Activate a created environment:

conda activate newenv

List all environments:

conda env list

Install a package (e.g., numpy) in the active environment:

conda install numpy

Update a package (e.g., numpy):

conda update numpy

Remove a package:

conda remove numpy

List installed packages in current environment:

conda list

 

More in Data Science

Related apps.

Deploy Anaconda now. From $2.48/mo.