SOLVED - Warning: Failed to set locale category LC_ on MacOS

Warning: Failed to set locale category LC_NUMERIC to en_RU.
Warning: Failed to set locale category LC_TIME to en_RU.
Warning: Failed to set locale category LC_COLLATE to en_RU.
Warning: Failed to set locale category LC_MONETARY to en_RU.
Warning: Failed to set locale category LC_MESSAGES to en_RU.

just add this to .bash_profile

export LC_ALL=en_US.UTF-8

echo "export LC_ALL=en_US.UTF-8" > .bash_profile