mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Update core.py
This commit is contained in:
+5
-1
@@ -1777,7 +1777,11 @@ def ensure_lockfile(keep_outdated=False, pypi_mirror=None):
|
||||
def do_py(system=False):
|
||||
if not project.virtualenv_exists:
|
||||
click.echo(
|
||||
crayons.red("location not created nor specified"),
|
||||
"{}({}){}".format(
|
||||
crayons.red("No virtualenv has been created for this project "),
|
||||
crayons.white(project.project_directory, bold=True),
|
||||
crayons.red(" yet!")
|
||||
),
|
||||
err=True,
|
||||
)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user