Skip to content

Commit 3388e2d

Browse files
committed
Pop PYTHONEXECUTABLE
1 parent 10f8853 commit 3388e2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pre_commit/main.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
# pyvenv
3838
os.environ.pop('__PYVENV_LAUNCHER__', None)
3939

40+
# https://github.com/getsentry/snuba/pull/5388
41+
os.environ.pop("PYTHONEXECUTABLE", None)
42+
4043
COMMANDS_NO_GIT = {
4144
'clean', 'gc', 'init-templatedir', 'sample-config',
4245
'validate-config', 'validate-manifest',

0 commit comments

Comments
 (0)