Skip to content

Commit

Permalink
Remove python2 from base_tools.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Bui <[email protected]>
  • Loading branch information
andybui01 authored and lsf37 committed Jun 12, 2023
1 parent 0d9f9f7 commit 4fdb96a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/base_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,14 +77,14 @@ as_root apt-get install -y --no-install-recommends \
iputils-ping \
jq \
make \
python \
python-is-python3 \
python3-dev \
python3-pip \
ssh \
traceroute \
# end of list

# Install python dependencies for both python 2 & 3
# Install python dependencies
# Upgrade pip first, then install setuptools (required for other pip packages)
# Install some basic python tools
as_root pip3 install --no-cache-dir \
Expand Down

0 comments on commit 4fdb96a

Please sign in to comment.