* add test case for directory with spaces
* Stop XonshActivator from quoting strings
* add news
* Update fix-virtualenv-quoting.rst
---------
Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
* We can't be sure there's a python binary
Debian doesn't currently ship a /usr/bin/python binary, unless a user
specifically installs python-is-python3.
However, we can safely assume that a python3 binary exists.
* Use shutil.which, as suggested in review