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

WIP: Make install editable option an option #2299

Closed
wants to merge 13 commits into from
Prev Previous commit
Next Next commit
Merge branch 'master' of https://github.com/pypa/pipenv into make-ins…
…tall-editable-option
  • Loading branch information
mlouielu committed Jul 4, 2018
commit 5a9c3b01af66882d13f8b80d8ec08ef3719284d9
2 changes: 1 addition & 1 deletion pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def cli(
"\"develop mode\") from a local project path.",
)
@option(
'--three/--two',
"--three/--two",
is_flag=True,
default=None,
help="Use Python 3/2 when creating virtualenv.",
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.