You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following error is being shown after running the program
![image](https://user-images.githubusercontent.com/38833762/52160873-fe27db00-26e2-11e9-8ed0-239597c88eaf.png)
```````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````even after trying to use the solution on stackoverflow as follows:
"export LC_ALL=C",
unable to sort the issue.
2. Also unable to find where is the bash.rc file located as some solutions showed that use the following:
``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
Someone may find it useful. You could put that locale settings in .bashrc file, which usually locate in home directory.
Just add this command in .bashrc:
export LC_ALL=C
then type source .bashrc
Now you don't need to call this command manually every time, when you connecting via ssh for example.``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
The text was updated successfully, but these errors were encountered:
@shekharkhetan, Has your issue #118 been resolved? Or are you still having problems?
The .bashrc file would be relevant only if you're on a Mac or on a Linux computer. Is that the case for you?
If so, that file should be located in your home directory, which is where you end up when doing cd ~.
The leading dot in the filename means it is hidden; to see it you need to do ls -al ~/.bashrc. If the file doesn't exist, then you can create one.
@sebastiansajie @codykallen @kumar-ab
The text was updated successfully, but these errors were encountered: