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

Project Wizard: Python project environment step - Venv #2838

Closed
11 tasks done
sharon-wang opened this issue Apr 22, 2024 · 2 comments
Closed
11 tasks done

Project Wizard: Python project environment step - Venv #2838

sharon-wang opened this issue Apr 22, 2024 · 2 comments
Assignees
Labels
area: project wizard Issues related to New Project Wizard category. area: ui Issues related to UI category. lang: python

Comments

@sharon-wang
Copy link
Member

sharon-wang commented Apr 22, 2024

New Project Configuration

Config Value
Project Type Python or Jupyter
Step Set up Python environment
Environment Setup Type New Environment
Environment Type Venv

Expected UI/UX

For the Python environment configuration step in the Project Wizard, when creating a new Venv environment:

Related

@sharon-wang
Copy link
Member Author

sharon-wang commented May 30, 2024

Moving out of "Ready for Verification".

The changes from #3305 cause the newly created Venv to start before we've had a chance to install ipykernel, resulting in the ipykernel install dialog popping up.

We'll need a way to tell the extension to not auto-start the newly created Venv for a new project, or otherwise inform the extension that we'd like ipykernel installed by default when we create a new Venv.

Additionally, Venvs are created even when a user opts to use an existing interpreter. That's a bug! 🐛 I've moved #2840 out of verification as well.

@testlabauto
Copy link
Contributor

Verified Fixed

Positron Version(s) : 2024.05.0-1345
OS Version          : OSX

Test scenario(s)

New project creation with venv looks good, including ipykernel install

Link(s) to TestRail test cases run or created:

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area: project wizard Issues related to New Project Wizard category. area: ui Issues related to UI category. lang: python
Projects
None yet
Development

No branches or pull requests

3 participants