"Automatic installation of Docker is not supported on Darwin"
Also, I was wondering if there is a clean way to uninstall tethys itself so I can start from zero.
Thanks,
Michael
File "/Users/admin/tethys/miniconda/envs/tethys/bin/tethys", line 11, in <module>
load_entry_point('tethys-platform', 'console_scripts', 'tethys')()
File "/Users/admin/tethys/src/tethys_apps/cli/__init__.py", line 312, in tethys_command
args.func(args)
File "/Users/admin/tethys/src/tethys_apps/cli/__init__.py", line 109, in docker_command
docker_ip()
File "/Users/admin/tethys/src/tethys_apps/cli/docker_commands.py", line 1112, in docker_ip
docker_client = get_docker_client()
File "/Users/admin/tethys/src/tethys_apps/cli/docker_commands.py", line 186, in get_docker_client
boot2docker_info = json.loads(p.communicate()[0])
File "/Users/admin/tethys/miniconda/envs/tethys/lib/python2.7/json/__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "/Users/admin/tethys/miniconda/envs/tethys/lib/python2.7/json/decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/Users/admin/tethys/miniconda/envs/tethys/lib/python2.7/json/decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded