Merge pull request #484 from flefevre/flefevre/issue483

Upgrade the uninstall script when using conda
This commit is contained in:
Saifeddine ALOUI 2024-01-22 20:31:42 +01:00 committed by GitHub
commit b28d154ac0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@ read choice
if [[ "$choice" =~ [yY] ]]; then
# Download Python installer
printf "Removing lollms conda environment"
conda remove --name lollms --all
echo "OK"
read -p "Press [Enter] to continue..."
else