caspin.blogg.se

Install anaconda linux
Install anaconda linux












Step 4: You will see a text editor, where copy-paste the following text: Įxec=/home/ h2s/anaconda3/bin/anaconda-navigator Step 3: Now create a file for the Anaconda Desktop shortcut, for that we are using the default nano editor of Ubuntu Linux. Step 2: Switch to the Desktop directory by using the command: cd Desktop Step 1: Open the command terminal on your Debian 11 0r 10 or any other Linux system you are using. To use it, in your command terminal run- anaconda-navigator It comes along with the installation of this Data Science and analytical platform. Now, those who want to work in Anaconda but with a Graphical user interface can go for Navigator. Anaconda Navigator GUI on Debian 10 or 11 Also to activate the environment and start working with it.

install anaconda linux install anaconda linux

In this way, we can install whatever available packages we want. Let’s say you want to install Pythion and NumPy in your environment- conda install -n firstenv python numpy Syntax: conda install -n firstenv packag-name Now, we already have the Anaconda Environment, to install any package in that, the command syntax will be like this: So, for example, if we want to create an environment with Python with a name let’s say: “ firstenv“, so that command will be: conda create -n firstenv If you want to set up a new Anaconda environment for your project, then use the command conda create Create New Environment on Debian 11 using the shell command Use the Conda command to know whether the Anaconda is working fine on your system: conda listĦ. Test Installation using Conda package manager To start using Anaconda without logging out while maintaining the state of the Current Shell or terminal reload the bash, in simple words reload your profile without restarting or logging out the session. Replace h2s in the above command with your Debian user name. echo "export PATH=$PATH:/home/ h2s/anaconda3/bin"> ~/.bashrc Next, we need to add the folder path of the extracted Anaconda in our system path, so that we can easily access its command without switching to its directory from anywhere in the terminal. Change your-user with the system standard user, not the root. When it asks to enter the path to extract Anaconda3, type- /home/ your-user/anaconda3. Follow the Text-based installation wizard, let the default entries or settings as it is, just hit the Enter key.

install anaconda linux

As whatever we get from browser save in Downloads folder, thus first we switch to that- cd DownloadsĪccept the Terms and conditions.

install anaconda linux

Open your command terminal and use the below commands to start the installer. Once the downloading of the file is completed. Run Anaconda Installation script on Debian 11 or 10 This will pop up a file to save on your system.Ģ. Go to the official website of Anaconda and visit the Download page, alternatively, you can use this link… There under Linux, select 64-Bit (x86) Installer. Desktop Shortcut (optional) Steps to Install Anaconda Navigator on Debian 11 or 10 1.














Install anaconda linux