How-To: Using Anaconda - Install a Package in Virtual Conda Environment via Anaconda Navigator

Summary

Install a Package in a Conda Environment in Anaconda Navigator

Body

Question

How do I install a package in a virtual conda environment in Anaconda Navigator graphical user interface?

 

Answer

Note:  To activate a virtual conda environment in Anaconda Navigator graphical user interface, see "How-To: Using Anaconda - Activate a Virtual Conda Environment via Graphical Interface

1. Search and Open Anaconda Navigator.

a. Enter "anaconda" in Windows Search bar.

b. Select Open from right hand column in search pop-up window.

Search results window for Anacaonda Navigator with search bar containing "andaconda" and "Open" in results highlighted

 

2. Anaconda Navigator application window.

Anaconda Navigator window

 

3. Install package for an environment.

Example package: pandas

Example environment: venv_31212

a. Select Environments

b. Select venv_31212

c. Choose "Not installed" from drop-down.

d. Enter pandas in the package search.

e. Find pandas package to install.

Anaconda Navigator environments window with list of not installed pandas packages

 

4. Start package installation.

Example package: pandas

a. Check pandas package.

b. Select Apply to begin installation.

Package list with pandas checked.

 

5. Package dependencies window display with additional packages that will be installed.

a. Additional packages to install.

b. Indicator (*) of dependency.

c. Select Apply to install packages.

Install Packages window with list of dependent packages.

 

6. Package installation progress window.

Package installation window.

 

7. Selected package (b&c) has been installed in selected environment (a).

Package window with pandas package installed

Details

Details

Article ID: 2189
Created
Tue 3/17/26 11:51 AM
Modified
Tue 5/5/26 5:09 PM

Related Articles

Related Articles (7)

Install a Package in a Conda Environment via Command Line Interface
Install a PyPI Package with PIP in a Conda Environment via Command Line Interface
Remove a Virtual Conda Environment via Graphical Interface
Update a Package in a Conda Environment in Anaconda Navigator
Conda channels act like specialized "app stores" or online libraries where you can find and download different software packages for your projects. This article explains how to choose between major stores like the curated Anaconda Defaults or the massive, community-run Conda-Forge. It also covers how to set a "priority" for these stores so your computer always knows which one to check first to keep your software stable and up-to-date.
Think of Conda as a way to create separate, private "workspaces" on your computer for different projects so their software settings don't get mixed up or cause errors. While other tools only handle one coding language, Conda is a "heavy hitter" that can manage almost any software component, making it the top choice for complex fields like Data Science and AI. By using these isolated spaces, you keep your computer stable and make it easy to share your exact setup with others.