-
Notifications
You must be signed in to change notification settings - Fork 6.7k
fusermount doesn't work on OSX #1719
Copy link
Copy link
Closed
Labels
Description
In which file did you encounter the issue?
Did you change the file? If so, how?
Yes, https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/composer/tools/copy_environment.py#L435 changed to:
subprocess.call(["umount", fuse_dir])
Describe the issue
fusermount seems to be linux specific command. Changing to umount on OSX did the trick.
Reactions are currently unavailable