Entering edit mode
4.9 years ago
caro-ca
▴
20
Hi!
I need to work with bowtie2 by using anaconda2. However, I got retrieved this message:
bowtie2 -h
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_PAPER = "en_US.UTF-8",
LC_ADDRESS = "en_US.UTF-8",
LC_MONETARY = "en_US.UTF-8",
LC_NUMERIC = "en_US.UTF-8",
LC_TELEPHONE = "en_US.UTF-8",
LC_IDENTIFICATION = "en_US.UTF-8",
LC_MEASUREMENT = "en_US.UTF-8",
LC_CTYPE = "UTF-8",
LC_TIME = "en_US.UTF-8",
LC_NAME = "en_US.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("en_US.UTF-8")
Could you tell me what's wrong? I tried to run: sudo locale-gen en_US.UTF-8
, but I don't have the proper rights/permissions.
Thank you in advance for your help.
If you don't have permissions, it is likely you need to contact the administrator of that computer to fix the problem