From 6450837a157ccbf632efc47d635154fe71b154b1 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 21 Jan 2017 16:18:31 -0500 Subject: [PATCH] fix lockfile bug --- pipenv/cli.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index 290ae3ec..4598c450 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -215,9 +215,6 @@ def init(dev=False): do_freeze() - with open(project.lockfile_location, 'w') as f: - f.write(p.freeze()) - click.echo(crayons.yellow('Installing dependencies from Pipfile.lock...')) else: