Skip to content

Commit

Permalink
try hardocded python binary path
Browse files Browse the repository at this point in the history
  • Loading branch information
rozyczko committed Sep 20, 2023
1 parent 9ce9fdf commit 499a846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ parts:
echo "\$SNAP/bin/python3.8 \$SNAP/run.py" > $SNAPCRAFT_PART_INSTALL/sasview-wrapper
chmod +x $SNAPCRAFT_PART_INSTALL/sasview-wrapper
$SNAP/bin/python3.8 $SNAP/setup.py
/usr/bin/python3.8 $SNAP/setup.py
snapcraftctl build
# Apply shebang rewrite as done by snapcraft
Expand Down

0 comments on commit 499a846

Please sign in to comment.