You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.UI.Error("Project initialization failed due to the error above.")
77
+
c.UI.Error("")
78
+
c.UI.Error("trellis-cli attempted to install virtualenv as a fallback but failed.")
79
+
c.UI.Error("Without virtualenv, a Python virtual environment cannot be created and the required dependencies (eg: Ansible) can't be installed either.")
80
+
c.UI.Error("")
81
+
c.UI.Error("There are two options:")
82
+
c.UI.Error(" 1. Ensure Python 3 is installed and the `python3` command works. trellis-cli will use python3's built-in venv feature.")
83
+
c.UI.Error(fmt.Sprintf(" 2. Disable trellis-cli's virtual env feature by setting this env variable: export %s=false", trellis.TrellisVenvEnvName))
0 commit comments