mirror of
https://github.com/CopterExpress/clover.git
synced 2026-05-26 11:43:25 +00:00
Bring back ipython
This commit is contained in:
@@ -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 \
|
||||
@@ -118,7 +119,6 @@ monkey \
|
||||
mjpg-streamer
|
||||
#python-pip \
|
||||
#ipython \
|
||||
#ipython3 \
|
||||
#python-dev \
|
||||
#python-systemd \
|
||||
#python-espeak \
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user