Skip to content

Commit b254faf

Browse files
authored
chore(generator): add pyenv3wrapper script (#17483)
This file is needed by the bazel build rules.
1 parent 8ea802d commit b254faf

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)