-
-
Notifications
You must be signed in to change notification settings - Fork 175
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
Extension to select Python interpreter / environment #1428
Comments
@adityaomar3 - this could use some help. Truthfully, I'm not sure how VS Code gets this list. Basically, we want to build up a list of any copies of Python or environments on the computer for the user to select. Some parts:
I'm not sure for |
Ideally, I'd like to know how to put together this list with shell commands, like:
|
@research11111 can you help me figure out currently where this option is displayed on app |
Currently it is only included on a failed merge request at #1417 |
This issue has been mentioned on Avogadro Discussion. There might be relevant details there: |
I'm closing this based on #1562 |
Right now, the command to select the Python path is pretty basic.
Instead, it should allow user to choose through a widget which python interpreter to use (eg like in vscode).
Originally posted by @research11111 in #1391 (comment)
The text was updated successfully, but these errors were encountered: