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

installing envstack files #28

Open
rsgalloway opened this issue Dec 14, 2024 · 1 comment
Open

installing envstack files #28

rsgalloway opened this issue Dec 14, 2024 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@rsgalloway
Copy link
Owner

implement the equivalent of 'pip install' for envstack files, e.g.

$ pip install default.env

would copy the default.env file somewhere in $ENVPATH.

alternatively, perhaps just add an --install flag?

$ ./env/default.env --install

would do the same.

perhaps implement the equivalent of sysconfig.get_paths to get a list of ENVPATH locations to install .env files (see "purelib").

@rsgalloway rsgalloway added this to the Version 1.0.0 milestone Dec 14, 2024
@rsgalloway rsgalloway added the enhancement New feature or request label Dec 14, 2024
@rsgalloway
Copy link
Owner Author

consider just using a public alternative pypi index for projects that contain dist.json files

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

No branches or pull requests

1 participant