3 Commits

Author SHA1 Message Date
CPython developers
2e6bc39693 update venv from CPython 3.10.5 2022-07-19 01:35:32 +09:00
Bolun Thompson
22dc98091b Added graceful handling of creating a venv with pip
Currently, RustPython doesn't support the pip module. Normally, when
creating a virtual environment, pip is automatically installed. This
adds an specific error message when pip is attempted to be installed.
2020-07-31 19:32:01 -07:00
Bolun Thompson
9a9a24d5f0 venv module and tests
The venv module was taken from CPython 3.9.0 Beta 5.
2020-07-31 19:30:16 -07:00