We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38a9a75 commit 76f190bCopy full SHA for 76f190b
1 file changed
setup.py
@@ -54,7 +54,8 @@
54
raise EnvironmentError(
55
f"This environment already contains an install of Sire version {curver}. "
56
"Please delete the installation or create a new environment before "
57
- f"installing version {ver}. Also remove old build directories from 'build'."
+ f"installing version {ver}. If you are using pixi, run: pixi clean -e dev. "
58
+ "Also remove old build directories from 'build'. "
59
)
60
61
try:
0 commit comments