Skip to content

Commit d05baa8

Browse files
committed
Wrap install command so that split doesn't break requirement
1 parent dc3e300 commit d05baa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

venv_tools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
del get_versions
2828

2929

30-
DEFAULT_INSTALL_COMMAND = "{python} -m pip install {package}"
30+
DEFAULT_INSTALL_COMMAND = "{python} -m pip install '{package}'"
3131
log = getLogger(__name__)
3232

3333

0 commit comments

Comments
 (0)