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
Fix the single quote in cli option
  • Loading branch information
mlouielu committed Jul 4, 2018
commit d0c2369fbfa72d939f0765b266fdfebdcd48aec3
4 changes: 2 additions & 2 deletions pipenv/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ def cli(
help="Install package(s) in [dev-packages].",
)
@option(
'--editable',
'-e',
"--editable",
"-e",
nargs=1,
default=False,
help="Install a project in editable mode (i.e. setuptools "
Expand Down