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

What about non-root users installing with Linux? #1

Open
johnpeck opened this issue Jul 8, 2024 · 0 comments
Open

What about non-root users installing with Linux? #1

johnpeck opened this issue Jul 8, 2024 · 0 comments

Comments

@johnpeck
Copy link
Owner

johnpeck commented Jul 8, 2024

Python's Pip has some precedent:
https://stackoverflow.com/questions/7465445/how-to-install-python-modules-without-root-access
https://peps.python.org/pep-0370/

It looks like the installation directory could come in as an option to the install script. Personally, I just want to be able to specify my packages directory to Tin instead of having Tin choose it for me. That would mean passing the directory in during the Tin command. But Tin needs to know where to look for packages. That argues for a separate "system" and "user" setting for packages.

It seems like I'd like a -user option for the installation, where -user specifies using the user installation root instead of the system. That directory would have to get set in some configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant