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

Set up a file for user-specific configuration variables #40

Open
andpet0101 opened this issue Oct 1, 2024 · 2 comments
Open

Set up a file for user-specific configuration variables #40

andpet0101 opened this issue Oct 1, 2024 · 2 comments
Assignees
Labels
future These are ideas for future developments and improvements

Comments

@andpet0101
Copy link
Member

andpet0101 commented Oct 1, 2024

Settings that are specific to a users environment often cannot be hard-coded. For example, I always struggle with the python path on my other laptop.

One suggestion would be to use quarto environment files: https://quarto.org/docs/projects/environment.html . For example there would be a file _environment.local that contains:

PYTHONPATH=/to/my/own/python3

This file is part of the repository and a user would need to adjust it accordingly. However we can then set it on the ignore list so that our own settings will not be committed.

What do you think?

@rajinder4489
Copy link
Collaborator

Can't we do which python3 and then set it?

@andpet0101
Copy link
Member Author

andpet0101 commented Oct 2, 2024 via email

@ktrns ktrns added the future These are ideas for future developments and improvements label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future These are ideas for future developments and improvements
Projects
None yet
Development

No branches or pull requests

3 participants