Merge pull request #2186 from pypa/print-project-location-on-create

Echo Pipfile location during init
This commit is contained in:
Dan Ryan
2018-05-15 17:57:57 -04:00
committed by GitHub
+3
View File
@@ -884,6 +884,9 @@ def do_create_virtualenv(python=None, site_packages=False):
crayons.normal(u'Creating a virtualenv for this project…', bold=True),
err=True,
)
click.echo(u'Pipfile: {0}'.format(
crayons.red(project.pipfile_location, bold=True),
), err=True)
# The user wants the virtualenv in the project.
if project.is_venv_in_project():
cmd = [