Virtualenv

From NovaOrdis Knowledge Base
Revision as of 20:28, 7 January 2022 by Ovidiu (talk | contribs) (Created page with "=External= * https://virtualenv.pypa.io/en/latest/ =Internal= * Python =Overview= <code>virtualenv</code> is a tool to create isolated Python environments. Since Python 3....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

External

Internal

Overview

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.