Linux Python Conda Virtual Environment Management QuickStart Guide

December 22, 2017 | By the+gnu+linux+evangelist.

Python Conda Virtual Environment Management

Hi! The Tutorial shows you Step-by-Step How to Quick Start Managing Python Virtual Environments with Conda on GNU/Linux.

Because Conda for Ubuntu Xenial is a Python Package Manager but also an amazing Python Environment Manager.

Linux Python Conda Virtual Environment Quick Start Guide - Featured
  1. How to Install Python Conda on GNU/Linux Computers

    Linux Conda Installation Guide
  2. Conda Managing Python Virtual Environments Commands.

    • Create Environment.

      conda create --name $ENVIRONMENT_NAME python
    • Activate Environment.

      source activate $ENVIRONMENT_NAME
    • Deactivate Environment.

      source deactivate
    • Install a Python Version.

      conda install python=x.x
    • Install a Package.

      conda install $PACKAGE_NAME
    • List Installed Packages.

      conda list --name $ENVIRONMENT_NAME
    • Update a Package.

      conda update --name $ENVIRONMENT_NAME $PACKAGE_NAME
  3. So Now I’m truly Happy if My Guide could Help you to Python Conda Virtual Environment Management!


QuickChic Theme • Powered by WordPress