-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
io.py line 47 (in function get_input) replace "input" with raw_input:
data = raw_input(msg)
io.py line 59 (in _set_configfile_name) replace \ (Windows???!!!!) with /.
self._configfile_name = os.path.expanduser("~")
+ "/.task_arena_config"
Documentation: during install there is no need to mv arenacmd.py /usr/local/bin/tarena
Because:
python setup.py install
already does that, so after that you are already ready to use tarena
Metadata
Metadata
Assignees
Labels
No labels