Skip to content
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

How to force vscode to use tools binaries from given path? #5991

Closed
mnowotnik opened this issue Jun 12, 2019 · 1 comment
Closed

How to force vscode to use tools binaries from given path? #5991

mnowotnik opened this issue Jun 12, 2019 · 1 comment

Comments

@mnowotnik
Copy link

Extension vscode-python supports many tools for linting/formatting etc. I want to specify a single parameter so that vscode has access to all of them.

For example:
I have installed the black formatter tool in my home folder in a path: $HOME/.local/bin/black ;
using command: pip install --user black. I've also installed pylint in the same path.
How can I configure vscode to use both of those tools without specifying black and pylint path explicitly in the settings.json?
I tried setting PYTHONPATH and PATH in the .env file, but to no avail.

@mnowotnik mnowotnik added the triage-needed Needs assignment to the proper sub-team label Jun 12, 2019
@DonJayamanne
Copy link

Duplicate of #4922

@DonJayamanne DonJayamanne marked this as a duplicate of #4922 Jun 12, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jun 12, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Jun 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants