.profile on Mac OS X Leopard

From Augix' Wiki

Jump to: navigation, search

The Source of ~/.profile

. ~/.bashrc
export LC_CTYPE=EN_US.UTF-8
export LC_ALL=EN_US.UTF-8

Explanation: In order to run perl smoothly, I added:

export LC_CTYPE=EN_US.UTF-8
export LC_ALL=EN_US.UTF-8
Personal tools