mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Reword active shell warning to reduce ambiguity (#5681)
* Reword active shell warning to reduce ambiguity * Add change description to news/5681.trivial.rst
This commit is contained in:
@@ -0,0 +1 @@
|
||||
Reword active shell warning to reduce ambiguity
|
||||
@@ -413,7 +413,7 @@ def shell(
|
||||
venv_name = os.environ.get("VIRTUAL_ENV", "UNKNOWN_VIRTUAL_ENVIRONMENT")
|
||||
if not anyway:
|
||||
echo(
|
||||
"{} {} {}\nNo action taken to avoid nested environments.".format(
|
||||
"{} {} {}\nNew shell not activated to avoid nested environments.".format(
|
||||
style("Shell for"),
|
||||
style(venv_name, fg="green", bold=True),
|
||||
style("already activated.", bold=True),
|
||||
|
||||
Reference in New Issue
Block a user