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.

Version

Latest

Operating System

Ubuntu Server 24.04 LTS

Min. RAM

1 GB

IP Types

IPV4,IPV6

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.