<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Virtual Environment on Mwongera Evans</title><link>https://mwongera.online/tags/virtual-environment/</link><description>Recent content in Virtual Environment on Mwongera Evans</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Wed, 24 May 2023 00:00:00 +0000</lastBuildDate><atom:link href="https://mwongera.online/tags/virtual-environment/index.xml" rel="self" type="application/rss+xml"/><item><title>How to setup a python virtual environment on windows 11</title><link>https://mwongera.online/test/backend/posts/2022-05-14-python-test/</link><pubDate>Wed, 24 May 2023 00:00:00 +0000</pubDate><guid>https://mwongera.online/test/backend/posts/2022-05-14-python-test/</guid><description>A virtual environment, or venv, is a Python module that creates a unique environment for each task or project. It installs the necessary packages specific to that setting while neatly organizing your projects.
Venv never modifies the system’s default Python versions or system modules. Using it allows a unique working environment to avoid disruptions to other Python variants existing but unrelated to your project.
1. Prerequisites I recommend enabling the Windows Subsystem for Linux (WSL) to take full advantage of all the functionality of venv on Windows 10.</description></item></channel></rss>