-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
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").
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request