We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7264a commit c563432Copy full SHA for c563432
install/run_install_on_ubuntu.sh
@@ -740,7 +740,7 @@ if [ "$STEP_NUMBER" -le "3" ]; then
740
fi
741
742
# Uninstalling the blinker package, because it's installed in the requirements.txt
743
- sudo apt -y uninstall python3-blinker
+ sudo apt -y remove python3-blinker
744
745
# Install and check Python requirements
746
# How to deal with Pipfile, Pipfile.lock and requirements.txt:
0 commit comments