Skip to content

Commit 15c4ac2

Browse files
authored
Swift: add pip to codespace
1 parent 81ce511 commit 15c4ac2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.devcontainer/swift/root.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export DEBIAN_FRONTEND=noninteractive
55
apt-get -y install --no-install-recommends \
66
zlib1g-dev \
77
uuid-dev \
8-
python3-distutils
8+
python3-distutils \
9+
python3-pip
910

1011
# Install Bazel
1112
curl -fSsL -o /usr/local/bin/bazelisk https://github.com/bazelbuild/bazelisk/releases/download/${BAZELISK_VERSION}/bazelisk-linux-amd64

0 commit comments

Comments
 (0)