Open In App

How to install packages of Scala, Python and R with Anaconda

Last Updated : 21 Apr, 2022
Improve
Improve
Like Article
Like
Save
Share
Report

In this article, we will see how we can install packages of languages like Scala/Python/R into Anaconda by using the Anaconda Navigator package.

Anaconda Navigator is a graphical user interface (GUI) tool included in the Anaconda distribution that makes it simple to set up, install, and use tools like Jupyter Notebook.

Steps to install packages of Scala/Python/R with Anaconda :

In order to install packages of Scala/Python/R with anaconda, we need to install the Anaconda Navigator package on our computer. Follow the steps mentioned below for installing the package into Anaconda :

Step 1: Open ‘Anaconda Prompt’ and type the following command to Install the ‘Anaconda Navigator’ package :

conda install anaconda-navigator

Step 2: After installing Anaconda Navigator open the anaconda navigator application. You will see an interface shown in the image below :

 

Step 3: Now click on the Environments button as shown in the image below :

 

Step 4: Now change the ‘installed’ option to ‘All’ for better search results as shown in the image below :

 

Step 5: Now type Scala ( the required package name) into the search box as shown in the image below :

 

Step 6: Click in the checkbox in the individual search results and then click on the ‘Apply’ button. You will get to see an interface as shown below :

 

Step 7:  A popup window will be open then again click on the ‘Apply’ button and your package will be installed.

 


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads