Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2017-09-14 13:58:01 -04:00
parent 7e1741f912
commit f6f120280c
-2
View File
@@ -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.