forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Prevent prompt for installation when using conda install
#9194
Labels
area-environments
Features relating to handling interpreter environments
feature-request
Request for new features or functionality
Comments
|
DonJayamanne
added a commit
that referenced
this issue
Jan 6, 2020
For #9194 * Bypass conda prompt * Fix tests
Fixed hence closing |
could you provide the solution behind the fix instead of bluntly closing ? |
@raghavan-v There is suggested fix in the original comment and the PR with the fix are linked to this issue. Is there something in particular you are looking for? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-environments
Features relating to handling interpreter environments
feature-request
Request for new features or functionality
Currently when user is prompted to install
pylint
into a conda environment:Yes
buttonconda install ...
into the terminalSuggestion:
conda install ... -y
@karthiknadig /cc
The text was updated successfully, but these errors were encountered: