0% found this document useful (0 votes)
19 views3 pages

Installing Anaconda Vs Code

This document provides instructions for installing the Anaconda Python environment on Windows, Linux, and MacOS, along with links to official documentation for each OS. It also includes steps for downloading and installing Visual Studio Code (VSCode) and initializing conda within VSCode. Additionally, it explains how to open IPython in the VSCode terminal.

Uploaded by

try.ts1991
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views3 pages

Installing Anaconda Vs Code

This document provides instructions for installing the Anaconda Python environment on Windows, Linux, and MacOS, along with links to official documentation for each OS. It also includes steps for downloading and installing Visual Studio Code (VSCode) and initializing conda within VSCode. Additionally, it explains how to open IPython in the VSCode terminal.

Uploaded by

try.ts1991
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Installing Anaconda Python Environment

Downloading Installer Files:


Go to ​https://www.anaconda.com/products/individual​ and scroll down to the ​Anaconda
Installers ​section and download the installer package relevant to your OS

Installation on Windows:
Follow the official documentation here to install Anaconda on Windows
https://docs.anaconda.com/anaconda/install/windows/

Installation on Linux:
Follow the official documentation here to install Anaconda on Linux OS
https://docs.anaconda.com/anaconda/install/linux/

Installation on MacOS:
Follow the official documentation here to install Anaconda on MacOS
https://docs.anaconda.com/anaconda/install/mac-os/

Installation Of VSCode
Download and Install:
● Download the VSCode installer from the link below:
○ https://code.visualstudio.com/download

● Install the VSCode Editor/IDE application by following the official documentation below:
○ https://code.visualstudio.com/docs/setup/setup-overview

Adding Terminal to VSCode:


● Open a Terminal in VSCode by clicking on ​View​ dropdown in the nav bar and clicking on
Integrated Terminal ​option. (Windows & Linux users can use the Keyboard shortcut:
Ctrl + `​ )
Initialize conda from VS Code on Windows
● Click on the Terminal option from the navigation bar of VS Code
● VS Code opens a terminal window in the bottom section
● Run command ​conda init

Opening IPython in the VSCode Terminal


● The command line terminal in VSCode is exactly the same as your own terminal.
● Type ​ipython ​in your VSCode terminal

You might also like