diff --git a/pipenv/core.py b/pipenv/core.py index 1947bb7a..78c0596e 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -675,6 +675,7 @@ def _cleanup_procs(project, procs, failed_deps_queue, retry=True): "Failed initial installation: Failed to overwrite existing " "package, likely due to path aliasing. Expanding and trying " "again!", + fg="yellow", ) ) )