Skip to content

Installation instructions should ensure that the terminal preferred encoding is UTF8 #2908

Open
@giovannipizzi

Description

@giovannipizzi

Otherwise packages (e.g. click-spinner would fail), because open() will try to open with the default locale (often ASCII), see here.

This can be fixed by setting the locale to UTF-8, e.g. by running:

export LANG=UTF-8
export LC_ALL=UTF-8

(probably only the second one is needed).

Better to put this in the ~/.bashrc or at least in the bin/activate of the venv so that it works in all terminals.

Metadata

Metadata

Assignees

Labels

good first issueIssues that should be relatively easy to fix also for beginning contributorstopic/documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions