Moderate changes and improvements; please review and, if appropriate, merge.#1
Open
pprince wants to merge 7 commits intorach:masterfrom
Open
Moderate changes and improvements; please review and, if appropriate, merge.#1pprince wants to merge 7 commits intorach:masterfrom
pprince wants to merge 7 commits intorach:masterfrom
Conversation
Differences in behavior from upstream version:
* GEM_HOME will be set to VIRTUAL_ENV instead of
VIRTUAL_ENV/lib/gems
* As a handy side-effect of this improvement,
we will no longer need to add anything to PATH.
* Both the values, **and the set/unset** status, of
all environmental variables will be preserved and
restored properly on deactivating the virtualenv.
Author
|
ppdevel branch has individual commits; also, tested / working as of now. |
Author
|
** To enable for a given virtualenv, touch $VIRTUAL_ENV/.gem ** TODO: Update docs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I release my changes under the same permissive license as specified in the LICENSE file, and you may feel free to incorporate them while attributing the copyright to yourself.
JSYK, I am also looking at generalizing this, to support a .env file or .env/ directory inside $VIRTUAL_ENV/. If I do that and you don't otherwise object, I will attribute the copyright on that project to myself, and list your two projects as inspiration. This is in case I want to standardize on releasing my projects under a different permissive license.
Feel free to shoot me an email,
-Paul Prince paul@littlebluetech.com