Clean up instructions and script for package managers - #5
Open
ffleming wants to merge 5 commits into
Open
Conversation
this allows folks that don't run system python to use this script out of the box
* format at 80 characters * add homebrew instructions for providing lib and include paths to pip3 * add homebrew instructions for getting python/pip paths working correctly * just tell people to install homebrew and link, rather than specifying how they should do that
brianjester
approved these changes
Nov 9, 2021
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.
First, thanks for this! I was using an emulator to run DVSwitch Mobile, but this is much more pleasant to use!
This PR adds documentation for issues I had to resolve to get pyUC to run on a non-dev machine (read: one that I hadn't already set a bunch of Python paths to use the package manager). It also uses
envto resolvepython3rather than hardcoding system python3.The machine I was using actually doesn't install Homebrew in
/usr/local, I threw in a var to reuse to accommodate that case. There might be one that Homebrew itself sets, but 🤷. TBH that part is intended more as a reminder for people to check their paths than something to be cut-and-pasted in (especially since it pins PATH to Homebrew's python version).Anyway, thanks for being rad!