Skip to content

setvirtualenvproject doesn't check if in a virtual environment #76

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

Open
mohd-akram opened this issue Sep 5, 2023 · 0 comments
Open
Labels
good first issue Good for newcomers

Comments

@mohd-akram
Copy link

Running setvirtualenvproject with no arguments when not in a virtual environment results in the following:

Setting project for .virtualenvs to /home/user/projects/project

It ends up creating a .project file in ~/.virtualenvs. The script should check that VIRTUAL_ENV is non-empty before proceeding.

@dhellmann dhellmann added the good first issue Good for newcomers label Sep 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants