diff --git a/tasks.py b/tasks.py index 43ba186c..535d1240 100644 --- a/tasks.py +++ b/tasks.py @@ -418,7 +418,7 @@ def uninstall(c, dev=False, verbose=False, local=False, prefix=DEFAULT_PREFIX): if local: with p.start("uninstalling core"): - c.run("sudo python3 -m pip uninstall -y core") + c.run("sudo python3 -m pip uninstall -y core", hide=hide) else: python = get_python(c, warn=True) if python: