Skip to content

Commit f8efb29

Browse files
ohmayrchalmerlowe
authored andcommitted
chore(generator): add pyenv3wrapper script (#17483)
This file is needed by the bazel build rules.
1 parent 3488a75 commit f8efb29

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
3+
HOME_DIR=$(getent passwd "$(whoami)" | cut -d: -f6)
4+
exec "$HOME_DIR/.pyenv/shims/python3" "$@"

0 commit comments

Comments
 (0)