Also add 'bin' subdir to $PATH when installing a Python package#2244
Merged
akesandgren merged 1 commit intoeasybuilders:developfrom Nov 23, 2020
Merged
Also add 'bin' subdir to $PATH when installing a Python package#2244akesandgren merged 1 commit intoeasybuilders:developfrom
akesandgren merged 1 commit intoeasybuilders:developfrom
Conversation
Some packages install scripts, and then show a warning like: WARNING: The script markdown_py is installed in '/tmp/install/software/TensorFlow/2.4.0-fosscuda-2019b-Python-3.7.4/bin' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. This can be problematic for PythonBundle when a later package requires a binary installed by a prior package which would then not be found.
3b12566 to
bef41e4
Compare
Contributor
|
Going in, thanks @Flamefire! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some packages install scripts, and then show a warning like:
This can be problematic for PythonBundle when a later package requires a binary installed by a prior package
which would then not be found.