We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3488a75 commit f8efb29Copy full SHA for f8efb29
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