We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running setvirtualenvproject with no arguments when not in a virtual environment results in the following:
setvirtualenvproject
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.
.project
~/.virtualenvs
VIRTUAL_ENV
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Running
setvirtualenvproject
with no arguments when not in a virtual environment results in the following:It ends up creating a
.project
file in~/.virtualenvs
. The script should check thatVIRTUAL_ENV
is non-empty before proceeding.The text was updated successfully, but these errors were encountered: