How to create virtual environments in Python 3 with venv module

Posted by xmodulo on Mar 23, 2021 5:52 AM EDT
Xmodulo; By Enrique Bruzual
Mail this story
Print this story

A Python virtual environment allows you to create a logically isolated software environment for a particular Python project, and choose a version of Python interpreter as well as install any necessary libraries for the project. The idea is for every project to have its own virtual environment. This means that Python tools installed for different projects within their own virtual environments will not interfere with one another. This tutorial describes how to create virtual environments in Python 3 using the built-in venv module.

Full Story

  Nav
» Read more about: Story Type: Tutorial; Groups: Developer, Linux, Python, Virtualization

« Return to the newswire homepage

This topic does not have any threads posted yet!

You cannot post until you login.