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

Prevent prompt for installation when using conda install #9194

Closed
DonJayamanne opened this issue Dec 18, 2019 · 4 comments
Closed

Prevent prompt for installation when using conda install #9194

DonJayamanne opened this issue Dec 18, 2019 · 4 comments
Assignees
Labels
area-environments Features relating to handling interpreter environments feature-request Request for new features or functionality

Comments

@DonJayamanne
Copy link

DonJayamanne commented Dec 18, 2019

Currently when user is prompted to install pylint into a conda environment:

  • We display a prompt with Yes button
  • After this we send the command conda install ... into the terminal
  • At this point, conda display a prompt asking the user to confirm the installation.

Suggestion:

  • We should bypass the conda installation prompt,
    • solution conda install ... -y
  • Ensure the verbose output is displayed

@karthiknadig /cc

@DonJayamanne DonJayamanne added bug Issue identified by VS Code Team member as probable bug data science and removed data science bug Issue identified by VS Code Team member as probable bug labels Dec 18, 2019
@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Dec 18, 2019
@DonJayamanne DonJayamanne added feature-request Request for new features or functionality feature-* labels Dec 18, 2019
@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Dec 18, 2019
@karthiknadig
Copy link
Member

  • ensure that you get the verbose output just like without -y

@DonJayamanne DonJayamanne self-assigned this Jan 2, 2020
DonJayamanne added a commit that referenced this issue Jan 6, 2020
For #9194
* Bypass conda prompt
* Fix tests
@luabud luabud added area-environments Features relating to handling interpreter environments and removed feature-* labels May 13, 2020
@DonJayamanne
Copy link
Author

Fixed hence closing

@ghost ghost removed the needs PR label May 14, 2020
@raghavan-v
Copy link

Fixed hence closing

could you provide the solution behind the fix instead of bluntly closing ?

@karthiknadig
Copy link
Member

@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?

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2021
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
Projects
None yet
Development

No branches or pull requests

4 participants