Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with locale setting while runningthe new programme run by appPIT.py #118

Open
shekharkhetan opened this issue Feb 2, 2019 · 2 comments

Comments

@shekharkhetan
Copy link
Contributor

@sebastiansajie @codykallen @kumar-ab

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.``````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````````
@martinholmer
Copy link
Collaborator

@shekharkhetan, Are you still getting this error on a routine basis?
If so, what command did you execute to generate this error message?

@martinholmer
Copy link
Collaborator

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants