Closed jasperges closed 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.
rez bind python
rez env python -- python -c "assert True"
Nice and simple, thanks!
This should fix the shell expension when using
rez bind python
and then for examplerez 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.