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.
1 parent 141fe83 commit fd350aeCopy full SHA for fd350ae
src/ptscripts/virtualenv.py
@@ -158,7 +158,7 @@ def _create_virtualenv(self) -> None:
158
# Late import to avoid circular import errors
159
from ptscripts.__main__ import CWD
160
161
- if self.venv_dir.exists() and self.venv_python.exists():
+ if self.venv_dir.exists():
162
if not self.venv_python.exists():
163
try:
164
relative_venv_path = self.venv_dir.relative_to(CWD)
0 commit comments