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

Allow virtual env creation in dir with leading dash #2415

Merged
merged 4 commits into from
Jun 26, 2018

Commits on Jun 25, 2018

  1. Add failing test

    dnoetzel committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    4b4b384 View commit details
    Browse the repository at this point in the history
  2. Allow virtual env creation in dir with leading dash

    Invoke pew with a double dash separator ("--"), to make it clear that
    the virtualenv name is a positional argument. Since the virtualenv
    name includes all or at least the beginning of the directory name,
    trying to create a virtualenv in a directory with a leading dash in
    its name will cause pew to erroneously parse the virtualenv name as an
    optional argument. Adding the separator causes the virtualenv name to
    be parsed correctly.
    
    Fixes pypa#439
    dnoetzel committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    d3513ee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0a5d83b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2018

  1. Configuration menu
    Copy the full SHA
    84908cd View commit details
    Browse the repository at this point in the history