Skip to content

Commit

Permalink
Use /usr/bin/env for Python and Stack
Browse files Browse the repository at this point in the history
  • Loading branch information
ad-si committed Jun 13, 2024
1 parent abadb2f commit 115546a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion shebang-scripts/today/haskell
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#! /Users/adrian/.ghcup/bin/stack
#! /usr/bin/env stack
-- stack script --package time --snapshot lts-22.22

-- TODO: Absolute path to `stack` needs to be the same in CI and local

import Data.Time

main :: IO ()
Expand Down
3 changes: 2 additions & 1 deletion shebang-scripts/today/python
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /Users/adrian/.rye/shims/python
#! /usr/bin/env python
# TODO: Absolute path to bun needs to be the same in CI and local

import datetime

Expand Down

0 comments on commit 115546a

Please sign in to comment.