Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d5d6770

Browse filesBrowse files
committed
docs: Mac Tool Path
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.
1 parent bc8ee42 commit d5d6770
Copy full SHA for d5d6770

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,8 @@ If you are experiencing problems while configuring Python on your self-hosted ru
427427

428428
### Mac
429429

430-
- The same setup that applies to `Linux` also applies to `Mac`
430+
- 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.
431+
- 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.
431432

432433
# Using Python without `setup-python`
433434

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.