Skip to content

Commit

Permalink
Quit Spyder on Linux for uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Jul 18, 2023
1 parent 1e0ae73 commit f767729
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion installers-conda/resources/post-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,11 @@ EOF
fi
# Quit Spyder
echo "Quitting Spyder..."
if [[ \$OSTYPE = "darwin"* ]]; then
echo "Quitting Spyder.app..."
osascript -e 'quit app "Spyder.app"' 2> /dev/null
else
pkill spyder 2>/dev/null
fi
# Remove aliases from shell startup
Expand Down

0 comments on commit f767729

Please sign in to comment.