Tag: Virtualenv

  • Fix: Change Python Virtualenv Base Prefix

    Fix: Change Python Virtualenv Base Prefix

    Note: If you don’t know about virtualenv See here But so you know, virtualenv is a tool to create isolated Python environments. Since Python 3.3, a subset of it has been integrated into the standard library under the venv module. Note though, that the venv module does not offer all features of this library (e.g.…