We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Running
setvirtualenvprojectwith no arguments when not in a virtual environment results in the following:It ends up creating a
.projectfile in~/.virtualenvs. The script should check thatVIRTUAL_ENVis non-empty before proceeding.