Tag: venv

  • A short note on the Python Virtual Environment

    A short note on the Python Virtual Environment

    In this post we will discuss the concept of a Virtual Environment in Python. We will discuss the following topics: What is a Virtual Environment (VE) Setting up a VE Activation of a VE Installation of packages within the VE Deactivation of a VE Removal of a VE What is a virtual environment? A Python…