Allgemein

How to Create Python Virtual Environments on Ubuntu 18.04

How to Create Python Virtual Environments on Ubuntu 18.04

Python virtual environment is a self-contained directory tree that includes a Python installation and number of additional packages. In this tutorial, we’ll provide a step by step instructions about how to create Python virtual environments on Ubuntu 18.04.