File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -114,11 +114,10 @@ Updates
114114
1151151.11
116116  - Optimize virtualenvwrapper_show_workon_options.
117-   - 
117+   - Add global postactivate hook. 
118118
1191191.10
120120  - Pull in fix for colorized ls from Jeff Forcier (b42a25f7b74a).
121-   - Add global postactivate hook.
122121
1231221.9
124123  - Add more hooks for operations to run before and after creating or deleting environments based on changes from Chris Hasenpflug.
Original file line number Diff line number Diff line change @@ -144,9 +144,9 @@ function workon () {
144144
145145    source "$activate"
146146
147-     virtualenvwrapper_source_hook "$VIRTUAL_ENV/bin/postactivate"
148-     
149147    virtualenvwrapper_source_hook "$WORKON_HOME/postactivate"
148+ 
149+     virtualenvwrapper_source_hook "$VIRTUAL_ENV/bin/postactivate"    
150150
151151	return 0
152152}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments