Skip to content

Commit

Permalink
scripts(setup-ubuntu.sh): Add python3.12-venv
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 21, 2024
1 parent 27ac635 commit ba1fc17
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ PACKAGES+=" python3-pip"
PACKAGES+=" python3-setuptools"
PACKAGES+=" python-wheel-common"
PACKAGES+=" python3.11-venv"
PACKAGES+=" python3.12-venv"

# Needed by package bc.
PACKAGES+=" ed"
Expand Down

0 comments on commit ba1fc17

Please sign in to comment.