Skip to content

Commit

Permalink
install venv package
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin committed Oct 18, 2023
1 parent c9d7351 commit 5ba9605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -824,7 +824,7 @@ install_main() {
${apt_get} ${allow_downgrades} install raspberrypi-kernel-headers
fi

${apt_get} ${allow_downgrades} install samba samba-common-bin gcc lighttpd php-common php-cgi php at mpd mpc mpg123 git ffmpeg resolvconf spi-tools netcat alsa-utils lsof procps
${apt_get} ${allow_downgrades} install samba samba-common-bin gcc lighttpd php-common php-cgi php at mpd mpc mpg123 git ffmpeg resolvconf spi-tools netcat-traditional alsa-utils lsof procps

# in the docker test env fiddling with resolv.conf causes issues, see https://stackoverflow.com/a/60576223
if [ "$DOCKER_RUNNING" != "true" ]; then
Expand All @@ -833,7 +833,7 @@ install_main() {
fi

# prepare python3
${apt_get} ${allow_downgrades} install python3 python3-dev python3-pip python3-setuptools python3-wheel python3-mutagen python3-gpiozero python3-spidev
${apt_get} ${allow_downgrades} install python3 python3-dev python3-pip python3-setuptools python3-wheel python3-mutagen python3-gpiozero python3-spidev python3-venv

# use python3.7 as default
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1
Expand Down
2 changes: 1 addition & 1 deletion scripts/installscripts/buster-install-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ install_main() {
fi

# prepare python3
${apt_get} ${allow_downgrades} install python3 python3-dev python3-pip python3-setuptools python3-wheel python3-mutagen python3-gpiozero python3-spidev
${apt_get} ${allow_downgrades} install python3 python3-dev python3-pip python3-setuptools python3-wheel python3-mutagen python3-gpiozero python3-spidev python3-venv

# use python3 as default
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
Expand Down

0 comments on commit 5ba9605

Please sign in to comment.