Skip to content

Commit a4681af

Browse files
authored
Modify pip command (#867)
1 parent bf32367 commit a4681af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ popd || exit
2121
cd ./build || exit
2222

2323
# Add AWS X-Ray dependencies
24-
pip install opentelemetry-sdk-extension-aws -t python/
24+
python3 -m pip install opentelemetry-sdk-extension-aws -t python/
2525

2626
# Combine the layers
2727
unzip -qo opentelemetry-python-layer.zip

0 commit comments

Comments
 (0)