-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
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.
itsPreto and mikefrostov
Metadata
Metadata
Assignees
Labels
DocumentationImprovements or additions to documentationImprovements or additions to documentation