Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Standardise on using virtualenv package #2666

Merged
merged 1 commit into from
Jul 14, 2020

Commits on Jul 13, 2020

  1. Standardise on using virtualenv package

    Until now poetry used the built-in venv module available in Python 3.
    This has presented a few concerns. Chief of which has been
    inconsistent environment setup. This includes, but is not limited to,
    pip version used by the `ensurepip` module which is in turn used by the
    built-in `venv.EnvBuilder`. Additionally, the `virtualenv` package
    allows for faster environment creation. This can also allow us to, going
    forward, drop ad-hoc code required to inspect and manage environments.
    abn committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    164c5ba View commit details
    Browse the repository at this point in the history