Skip to content

Commit

Permalink
docs: Mac Tool Path
Browse files Browse the repository at this point in the history
Ensure that the path requirements and reasoning is clear, to reduce
confusion when using self-hosted, or attempting to set an
'AGENT_TOOLSDIRECTORY' environment variable.
  • Loading branch information
techman83 committed Jul 23, 2022
1 parent b40d64b commit 9c359bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -396,7 +396,8 @@ If you are experiencing problems while configuring Python on your self-hosted ru

### Mac

- The same setup that applies to `Linux` also applies to `Mac`
- The Python packages that are downloaded from `actions/python-versions` are originally compiled from source with the [--enable-shared](https://github.com/actions/python-versions/blob/main/builders/macos-python-builder.psm1#L44) flag, however lack the relocatable flag.
- Due to the fixed shared library path, only the hosted tool cache of `/Users/runner/hostedtoolcache` is supported, and the path must be writeable by the runner user.

# Using Python without `setup-python`

Expand Down

0 comments on commit 9c359bb

Please sign in to comment.