Skip to content

Commit

Permalink
Bring back ipython
Browse files Browse the repository at this point in the history
  • Loading branch information
okalachev committed Apr 10, 2024
1 parent 2d8ac74 commit bced762
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion builder/image-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ my_travis_retry apt-get install --no-install-recommends -y cmake-data cmake
my_travis_retry apt-get install --no-install-recommends -y \
unzip \
zip \
ipython3 \
screen \
byobu \
nmap \
Expand Down Expand Up @@ -118,7 +119,6 @@ monkey \
mjpg-streamer
#python-pip \
#ipython \
#ipython3 \
#python-dev \
#python-systemd \
#python-espeak \
Expand Down
2 changes: 0 additions & 2 deletions builder/test/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ systemctl --version
if [ -z $VM ]; then
# rpi only software
python --version
ipython --version
pip2 --version
[[ $(python -c 'import sys;print(sys.version_info.major)') == "3" ]]

# ptvsd does not have a stand-alone binary
Expand Down

0 comments on commit bced762

Please sign in to comment.