Commit graph

6 commits

Author SHA1 Message Date
Peter Ye
4fc7d59c95
Fix quoting issue in virtualenv activator (#5700)
* 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>
2024-10-03 14:49:05 +02:00
Noorhteen Raja NJ
614ddebc59
fix: update virtualenv activator (#5419) 2024-05-16 14:29:48 +05:30
Noortheen Raja
a5eb5bfbf2 test: xfail virtualenv plugin 2024-04-20 23:44:26 +05:30
Stefano Rivera
2f3e292cee
We can't be sure there's a python binary (#4802)
* 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
2022-05-10 15:55:03 +05:30
Noortheen Raja
358f501a8a fix: qa errors 2022-03-26 17:43:51 +05:30
Daniel Shimon
71e256e762 tests: virtualenv: Test virtualenv activator 2022-03-26 17:43:51 +05:30