I have a post-receive hook that works as a user of 'git'. I have virtualenv / python / ve // ββbin / activate which can be read with git. Duration:
source /python/ve/<name>/bin/activate
works great for the user in the git group.
When it starts as a hook after receiving after clicking, I get the error "source: not found".
I'm not sure where else to look - any hints are greatly appreciated.
source share