mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user