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

Run a postactivate hook when workon is called -- related to #43 #64

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

spapas
Copy link

@spapas spapas commented Mar 10, 2016

Probably the other hooks of #43 should also be implemented however I only use the postactivate

@davidfraser davidfraser mentioned this pull request Dec 20, 2016
@@ -71,4 +71,13 @@ if exist "%WORKON_HOME%\%VENV%\%VIRTUALENVWRAPPER_PROJECT_FILENAME%" (
)
)

REM Run postactivate.bat
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mother-project implements both local and global post-activate/deactivate hooks. This code implements the implements the global postactivate hook (only), while #73 implements the "local" post-activate/deactivate hooks. I would prefer a more comprehensive hook implementation PR...

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

Successfully merging this pull request may close these issues.

2 participants