Skip to content

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

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

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

Type

No type

Fields

Priority

None yet

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions