forked from p15670423/monkey
Build: Uninstall pipenv and virtualenv after dependencies are installed
This reduces the size of the AppImage by 7.4%
This commit is contained in:
parent
73d20a6a6a
commit
cacd064893
|
@ -85,7 +85,7 @@ install_monkey_island_python_dependencies() {
|
||||||
popd || handle_error
|
popd || handle_error
|
||||||
|
|
||||||
log_message "Uninstalling pipenv (build dependency only)"
|
log_message "Uninstalling pipenv (build dependency only)"
|
||||||
"$APPDIR"/AppRun -m pip uninstall pipenv virtualenv || handle_error
|
"$APPDIR"/AppRun -m pip uninstall --yes pipenv virtualenv || handle_error
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue