Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Mac install issues, host directory #230

Description

@n13

1 - make it clear we just need to copy the release into a directory on mac (PR with that exists)

2 - User can brows the Docker desktop container to ensure their / home directory is mounted and the mount location

As I was browsing this in Docker desktop, I received security alerts - I had to go to Settings -> Privacy -> Full disk access and give Docker full disk access.

3 - The directory is not mounted on /host/Users/... but instead on host/host_mnt/Users...

I was able to fix this in the python config files - just replaced /host/ with /host/host_mnt/ and it worked

This took me a while as the error message always said the directory can't be found

I see a linked file that links /host/User -> host/host_mnt/User inside Linux but somehow that doesn't translate on OS X (latest Docker as of July 27, 2023)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions