I'd like to connect to a python interpreter running inside of a docker container instead of my host machine. Did some initial experiments by making a script: exec docker exec python_service python $@ ...
In previous versions, the interpreter could be in paths with whitespaces, as it was enclosed by quotes. In this latest version, this is not the case, and it results ...