Created
May 8, 2022 07:12
-
-
Save haeramkeem/4e7d7d132d9b6d2e366537fc8ea715e7 to your computer and use it in GitHub Desktop.
PIP3 locale.Error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Ref: https://stackoverflow.com/a/36394262 | |
| echo "export LC_ALL=C" >> ~/.bashrc | |
| source ~/.bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment