We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ea802d commit b254fafCopy full SHA for b254faf
1 file changed
packages/gapic-generator/pyenv3wrapper.sh
@@ -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