mottosso / bleeding-rez

Rez - Reproducible software environments for Windows, Linux and MacOS
GNU Lesser General Public License v3.0
72 stars 10 forks source link

Fix Python shell expansion - resolves #90 #91

Closed jasperges closed 5 years ago

jasperges commented 5 years ago

This should fix the shell expension when using rez bind python and then for example rez env python -- python -c "assert True". The problem was reported in this issue. Tested on Fedora 30 en CentOS 7 (docker) with Python 2 and 3.

mottosso commented 5 years ago

Nice and simple, thanks!