chore: revamped start script to install, config, and have nicer repor…#6
Open
yankeeinlondon wants to merge 2 commits intodisler:mainfrom
Open
chore: revamped start script to install, config, and have nicer repor…#6yankeeinlondon wants to merge 2 commits intodisler:mainfrom
yankeeinlondon wants to merge 2 commits intodisler:mainfrom
Conversation
|
I like the changes (for myself), @yankeeinlondon , but why did you rename the file, start.sh -> start? |
Author
|
I can't remember now but I do find |
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.
I am a rookie at Python and so I struggle to keep all the darn ENV and PKG managers clear in my head. Saw your video and liked the idea of it but had never heard of
uvbefore but having researched it, it looks good. Plus Rust just makes me feel all warm inside.Anyway, I created an update
startscript which:uvand installs it if not present; for the Windows nut jobs I've simply left them a message to install ituv syncis run and server dependencies are metI just very much like to be brain dead when I fire up a new repo and I think this helps. That said, i'm perfectly happy to have it all to myself but if you thought it had merit I figured I'd share.