perl: warning: Falling back to t
2019-04-10 本文已影响0人
Enomothem
When I using the parrot operating system,an message error appears.
perl: warning: Falling back to the standard locale ("C").
Ax_To solve
above all,enter following code:
sudo vim /root/.bashrc
add the following code
export LANGUAGE="en_US.UTF-8"
export LANG=en_US:zh_CN.UTF-8
export LC_ALL=C