See [my Python setup notes](/linux/setup-notes/Python_Setup). # Force Reinstall To force reinstall of all packages. ```bash #!/bin/bash pip freeze --local >| pipfreeze.txt grep == pipfreeze.txt | cut -f1 -d= >| pipfreeze2.txt pip install --upgrade --force-reinstall --no-cache-dir $(