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

Remove PATH from devenv:python:uv task exports. #1505

Closed
wants to merge 1 commit into from

Conversation

mauricege
Copy link

Removes PATH from the exports of the devenv:python:uv task. PATH is not modified in initUvScript and will conflict with devenv:python:virtualenv PATH export which leads to virtual environments randomly not activating on enterShell

Fixes #1502

PATH is not modified in initUvScript and will conflict with devev:python:virtualenv PATH export.
@domenkozar
Copy link
Member

@domenkozar domenkozar closed this Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

python.uv.sync.enable and python.venv.enable have conflicting PATH exports
2 participants