Skip to content

interpreter command not found or unrecognized #169

@jordanbtucker

Description

@jordanbtucker

If you see an error similar to the following.

interpreter command not found

or

interpreter : The term 'interpreter' is not recognized as the
name of acmdlet, function, script file, or operable program

This is likely an issue with your Python/pip Scripts directory not being in your PATH environment variable.

To find out what that path is, run the following command.

python -c 'import os,sysconfig;print(sysconfig.get_path("scripts"))'

(If that doesn't work, see my comment below: #169 (comment))

Now add that directory to your PATH environment variable and restart your terminal.

If you still run into problems, leave a comment here or ask on the Discord server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    DocumentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions