How can I get Rodeo to set the current working directory as that of the current script? · Issue #233 · yhat/rodeo

This is important to me because I work with scripts on two different machines. Given the following script located at "/path/to/my-script.py": import os import sys print os.path.dirname(sys.argv[0])...