Searched full:python3 (Results 1 – 25 of 26) sorted by relevance
12
11 RUN apt -y install protobuf-compiler python3.8 python3-protobuf12 …s --install /usr/bin/python python /usr/bin/python3.8 1 && update-alternatives --set python /usr/b…
31 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller32 python3 -c 'import google.protobuf; print(google.protobuf.__file__)'54 python3 -m SCons86 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller87 python3 -c 'import google.protobuf; print(google.protobuf.__file__)'112 python3 -m SCons127 python3 -m venv venv128 venv/bin/python3 -m pip install --upgrade scons protobuf grpcio-tools pyinstaller129 venv/bin/python3 -c 'import google.protobuf; print(google.protobuf.__file__)'152 ../../venv/bin/python3 -m SCons
29 sudo apt-get install python3-protobuf protobuf-compiler scons python-is-python3
24 python3 -m pip install --user --upgrade pyinstaller poetry protobuf grpcio-tools71 python3 -m pip install --user --upgrade protobuf grpcio-tools scons72 python3 -m pip install --user --upgrade --pre nanopb
22 sudo apt-get install python3-protobuf protobuf-compiler scons52 sudo apt-get install python3-protobuf protobuf-compiler scons81 sudo apt-get install python3-protobuf protobuf-compiler scons
4 sudo apt-get -y install python3-protobuf protobuf-compiler #scons splint valgrind
49 python3 -m pip install --user --upgrade scons protobuf grpcio-tools pyinstaller50 python3 -c 'import google.protobuf; print(google.protobuf.__file__)'
30 sudo apt install -y python3-pip34 python3 -m venv venv
1 #!/usr/bin/env python3
24 python3 -m pip install protobuf grpcio-tools
23 sudo apt-get install python3-protobuf protobuf-compiler scons
21 ( cd $DEST/generator; python3 nanopb_generator.py ||: )24 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version nanopb_generator…25 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version protoc )30 cp -pr $(python3 -c 'import grpc_tools, os.path; print(os.path.dirname(grpc_tools.__file__))')/_pro…
21 ( cd $DEST/generator; python3 nanopb_generator.py ||: )24 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version --strip nanopb_g…25 ( cd $DEST/generator; python3 -m PyInstaller --collect-all grpc_tools.grpc_version --strip protoc )31 cp -pr $(python3 -c 'import grpc_tools, os.path; print(os.path.dirname(grpc_tools.__file__))')/_pro…
20 ( cd $DEST/generator; python3 nanopb_generator.py ||: )23 ( cd $DEST/generator; python3 -m PyInstaller nanopb_generator.py )24 ( cd $DEST/generator; python3 -m PyInstaller protoc )29 cp -pr $(python3 -c 'import grpc_tools, os.path; print(os.path.dirname(grpc_tools.__file__))')/_pro…
11 RUN apt -y install protobuf-compiler python3-protobuf python3
23 # Requirement already satisfied: protobuf in /usr/lib/python3/dist-packages (3.6.1)
27 python_path=f"PYTHONPATH={nanopb_package_root}/local/lib/python3.10/dist-packages"
123 # Linux/Mac scripts currently use python3 from PATH
197 CMake: Relax python version spec, allowing Python3. (#534)210 Fix warnings on Python3.8 (#399, #467)400 Add Python3 support to the generator (#169)407 Fix generator on systems where python = python3. (issue 155)
67 p = env.WhereIs('python3')
236 **Changes:** Hashbang now uses `#!/usr/bin/env python3`.245 **Error indications:** `python3: command not found` if