-
Notifications
You must be signed in to change notification settings - Fork 123
pyright setup #374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
However, we may want to include something in the Contributing docs to let people know that the script will install Stepping back, I'm wondering if it makes sense to drop |
Where line 73 is:
Now I see the key problem is that the pyright script is not in the path. So it never gets a chance to try to install pyright. |
Closed via #417 |
pyright is in
scripts/pyright
, but it's not elsewhere. It should be inrequirements-dev.txt
, yes? But it doesn't seem to be in pypi?And while looking at the pyright script, I notice that it's a bash script that uses
which
. Better to use the bash-builtin oftype -p pyright
The text was updated successfully, but these errors were encountered: