We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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").
sysconfig.get_paths
The text was updated successfully, but these errors were encountered:
consider just using a public alternative pypi index for projects that contain dist.json files
Sorry, something went wrong.
No branches or pull requests
implement the equivalent of 'pip install' for envstack files, e.g.
would copy the default.env file somewhere in $ENVPATH.
alternatively, perhaps just add an --install flag?
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").The text was updated successfully, but these errors were encountered: