Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #110813
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Errors in installation of matplotlib and pandas on Macbook |
| Date | 2016-06-30 16:02 +1000 |
| Message-ID | <mailman.124.1467266545.2358.python-list@python.org> (permalink) |
| References | <34f6dbb3-5781-468b-9e47-006ffb36582f@googlegroups.com> <CAPTjJmqv3T9yfpDNpvF=-YX_Etg3hZcCh9N3D9jsSyO-z8HOWg@mail.gmail.com> <mailman.121.1467262148.2358.python-list@python.org> <abb3064c-04bb-4d48-996a-624a5d7e549a@googlegroups.com> <CAPTjJmoqot7c=S6mu=T=sk=CdPXJwY9tEMS7aLTEy+EK2gxvqg@mail.gmail.com> |
On Thu, Jun 30, 2016 at 3:54 PM, Madhavan Bomidi <blmadhavan@gmail.com> wrote: > > Thanks for your suggestion. My script works fine when I run the command 'export LC_ALL=en_AU.utf8' before starting python. > > I am from India and using US English and international keyboard. I also tried using the command 'export LC_ALL=en_USA.utf8' and the python script works fine. How can I avoid running this command everytime when I want to start Python? > > Can I add the following two lines to .bash_profile? > > export LC_CTYPE=en_US.utf8 > export LC_ALL=en_US.utf8 That would possibly work, but more likely, there'll be some way in your Mac's configuration/settings menus to set your locale. If you get that set correctly, you should be able to leave those lines out of your .bash_profile and still have everything work. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Errors in installation of matplotlib and pandas on Macbook Madhavan Bomidi <blmadhavan@gmail.com> - 2016-06-29 20:51 -0700
Re: Errors in installation of matplotlib and pandas on Macbook Lawrence D’Oliveiro <lawrencedo99@gmail.com> - 2016-06-29 21:01 -0700
Re: Errors in installation of matplotlib and pandas on Macbook Madhavan Bomidi <blmadhavan@gmail.com> - 2016-06-29 21:27 -0700
Re: Errors in installation of matplotlib and pandas on Macbook Chris Angelico <rosuav@gmail.com> - 2016-06-30 14:49 +1000
Re: Errors in installation of matplotlib and pandas on Macbook Madhavan Bomidi <blmadhavan@gmail.com> - 2016-06-29 22:54 -0700
Re: Errors in installation of matplotlib and pandas on Macbook Chris Angelico <rosuav@gmail.com> - 2016-06-30 16:02 +1000
Re: Errors in installation of matplotlib and pandas on Macbook Madhavan Bomidi <blmadhavan@gmail.com> - 2016-06-29 23:21 -0700
Re: Errors in installation of matplotlib and pandas on Macbook Chris Angelico <rosuav@gmail.com> - 2016-06-30 17:03 +1000
Re: Errors in installation of matplotlib and pandas on Macbook tommy yama <bluebox03@gmail.com> - 2016-06-30 21:48 +0900
csiph-web