Skip to content

Commit 76f190b

Browse files
committed
Update EnvironmentError message. [ci skip]
1 parent 38a9a75 commit 76f190b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454
raise EnvironmentError(
5555
f"This environment already contains an install of Sire version {curver}. "
5656
"Please delete the installation or create a new environment before "
57-
f"installing version {ver}. Also remove old build directories from 'build'."
57+
f"installing version {ver}. If you are using pixi, run: pixi clean -e dev. "
58+
"Also remove old build directories from 'build'. "
5859
)
5960

6061
try:

0 commit comments

Comments
 (0)