From f6f120280c65cd2068e6850caafa38f9f2647008 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 14 Sep 2017 13:58:01 -0400 Subject: [PATCH] cleanup Signed-off-by: Kenneth Reitz --- pipenv/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipenv/cli.py b/pipenv/cli.py index dd9392e2..65b3dab0 100644 --- a/pipenv/cli.py +++ b/pipenv/cli.py @@ -643,8 +643,6 @@ def convert_three_to_python(three, python): def do_create_virtualenv(python=None): """Creates a virtualenv.""" - python = shellquote(python) - puts(crayons.white(u'Creating a virtualenv for this project…', bold=True), err=True) # The user wants the virtualenv in the project.