Skip to content

Commit

Permalink
Merge pull request #1667 from reflectivedevelopment/fix/fix-python-ve…
Browse files Browse the repository at this point in the history
…rsion

fix: fix python version
  • Loading branch information
WadeBarnes authored Jun 10, 2024
2 parents f4881dc + ec8b135 commit 8d5a7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-2204/build-plenum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fpm --input-type "python" \
--verbose \
--python-package-name-prefix "python3"\
--python-bin "/usr/bin/python3" \
--exclude "usr/local/lib/python3.8/dist-packages/data" \
--exclude "usr/local/lib/python3.10/dist-packages/data" \
--exclude "usr/local/bin" \
--exclude "*.pyc" \
--exclude "*.pyo" \
Expand Down
2 changes: 1 addition & 1 deletion build-scripts/ubuntu-2204/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Automatically added from template:
if which py3compile >/dev/null 2>&1; then
py3compile -O -p {package_name} /usr/local/lib/python3.8/dist-packages/
py3compile -O -p {package_name} /usr/local/lib/python3.10/dist-packages/
fi

# End automatically added section

0 comments on commit 8d5a7d9

Please sign in to comment.