
Download the version that includes Python 3.8 or above based on your operating system and its configuration (32 bit or 64 bit). Use the following link to download the Miniconda. It includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. It creates a separate environment to avoid changing any installed software in. Download the latest shell script wget Make the miniconda installation script executable chmod +x Miniconda3-latest-Linux-x8664. Miniconda is the smaller installer version of the Conda. Miniconda is the recommended approach for installing TensorFlow with GPU support. To install Miniconda on Ubuntu 20.04 from command line, it only takes 3 steps excluding creating and activating a conda environment. Step 1.1: The very first step is to download the Miniconda.

It is maintained by Microsoft and absolutely free to use. The latest Python 3.x package is probably best. The entire process involved downloading Miniconda (python library manager) and Visual Studio Code, installing them, and creating an environment for managing and handling project libraries.īecause it is small in size, easy to download, and only contains required libraries and dependencies which require minimum installation time.īecause VS Code is one of the best integrated development environment (IDE) with awesome look and up-to-date functionalities used by millions of developers worldwide.

In this tutorial, we will go through the whole process from downloading to installing Python and setting a custom environment for personal projects. With advancements in open-source package managers, it has become simple and straightforward. Setting up Python and running it smoothly on your PC is essential for data analytics or computational work.
