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

PR: Resolve possible macOS application bundle symlink #499

Closed
wants to merge 1 commit into from

Conversation

mrclary
Copy link
Contributor

@mrclary mrclary commented Aug 26, 2024

If pyexec is not a symlink, nothing will change. If pyexec is a symlink and in a conda environment, then the symlink will resolve to pythonX.XX in the same directory, so the result of get_conda_env_path will be the same. If pyexec is a symlink that is neither in a conda environment nor in a macOS application bundle, then the result get_conda_env_path may be different, but it wasn't a conda environment anyway.

If pyexec is not a symlink, nothing will change. If pyexec is a symlink and in a conda environment, then the symlink will resolve to pythonX.XX in the same directory, so the result of get_conda_env_path will be the same. If pyexec is a symlink that is neither in a conda environment nor in a macOS application bundle, then the result get_conda_env_path may be different, but it wasn't a conda environment anyway.
@ccordoba12 ccordoba12 changed the title Resolve possible macOS application bundle symlink PR: Resolve possible macOS application bundle symlink Aug 26, 2024
@ccordoba12 ccordoba12 added this to the v3.0.0 milestone Aug 26, 2024
@ccordoba12 ccordoba12 added the type:Bug Something isn't working label Aug 26, 2024
@mrclary mrclary closed this Aug 27, 2024
@mrclary
Copy link
Contributor Author

mrclary commented Aug 27, 2024

Closing as unnecessary.

@ccordoba12 ccordoba12 removed this from the v3.0.0 milestone Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants