aviemzur commented on a change in pull request #68:
URL: https://github.com/apache/incubator-liminal/pull/68#discussion_r693494501
##########
File path: install.sh
##########
@@ -19,27 +19,18 @@
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
-if ! command -v liminal &> /dev/null
-then
- liminal stop
-fi
-
yes | pip uninstall apache-liminal
cd "$DIR" || exit
rm -rf build
rm -rf dist
+rm "${LIMINAL_HOME:-${HOME}/liminal_home}"/*.whl
Review comment:
Yes, this is for liminal developers only
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]