Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use relative path for lib64 symlink #4268

Merged
merged 1 commit into from
Jun 12, 2024
Merged

Use relative path for lib64 symlink #4268

merged 1 commit into from
Jun 12, 2024

Conversation

charliermarsh
Copy link
Member

@charliermarsh charliermarsh commented Jun 12, 2024

Summary

Closes #4265.

Test Plan

❯ ls -l .venv
total 16
-rw-r--r--   1 crmarsh  staff   43 Jun 12 09:23 CACHEDIR.TAG
drwxr-xr-x  14 crmarsh  staff  448 Jun 12 09:23 bin
drwxr-xr-x   3 crmarsh  staff   96 Jun 12 09:23 lib
lrwxr-xr-x   1 crmarsh  staff    3 Jun 12 09:23 lib64 -> lib
-rw-r--r--   1 crmarsh  staff  174 Jun 12 09:23 pyvenv.cfg
❯ ls .venv/lib64/
python3.12

@charliermarsh charliermarsh added the compatibility Compatibility with a specification or another tool label Jun 12, 2024
@charliermarsh charliermarsh enabled auto-merge (squash) June 12, 2024 13:24
@charliermarsh charliermarsh merged commit 5e7b98d into main Jun 12, 2024
46 of 47 checks passed
@charliermarsh charliermarsh deleted the charlie/sym branch June 12, 2024 13:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compatibility Compatibility with a specification or another tool
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Absolute venv lib64 symlink on RHEL-like systems
2 participants