Skip to content

Commit

Permalink
Force use python from /usr/bin to ignore virtualenv python installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbruno committed Jun 21, 2024
1 parent bb7f2e0 commit 48b6ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbashview/usr/bin/bigbashview
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env sh
PATH="/usr/share/bigbashview/framework/shell/:$PATH" exec python3 /usr/lib/bbv/bigbashview.py "$@"
PATH="/usr/share/bigbashview/framework/shell/:$PATH" exec /usr/bin/python3 /usr/lib/bbv/bigbashview.py "$@"

0 comments on commit 48b6ac3

Please sign in to comment.