Skip to content

Commit

Permalink
Wrap install command so that split doesn't break requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
aragilar committed Jul 16, 2019
1 parent dc3e300 commit d05baa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion venv_tools/__init__.py
Expand Up @@ -27,7 +27,7 @@
del get_versions


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


Expand Down

0 comments on commit d05baa8

Please sign in to comment.