mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Merge pull request #2186 from pypa/print-project-location-on-create
Echo Pipfile location during init
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user