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 411f132 commit ac7e47cCopy full SHA for ac7e47c
link_python_grpc_plugin.sh
@@ -12,7 +12,6 @@ if command -v grpc_python_plugin; then
12
echo "$(dirname $plugin_path)/protoc-gen-grpc_python"
13
ln -s "${canonicalPath}/$(basename $plugin_path)" "$(dirname $plugin_path)/protoc-gen-grpc_python"
14
exit 0
15
-fi
16
elif [ "$(expr substr $(uname -s) 1 5)" == "Linux" ]; then
17
sudo apt-get update
18
sudo apt-get install -y --no-install-recommends python3.9 protobuf-compiler-grpc
0 commit comments