Skip to content

Commit

Permalink
use system python
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 15, 2024
1 parent b5921ea commit a9c02eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
7 changes: 1 addition & 6 deletions bin.Darwin/asdf-prune-unused
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
#!/usr/bin/env python

# Note: You probably want to set a global python version before running this script.
#
# asdf install python latest
# asdf global python latest
#!/usr/bin/python3

import subprocess
import os
Expand Down
3 changes: 1 addition & 2 deletions bin.Darwin/git-broom.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/env python3
#!/usr/bin/python3

import os
import re
import subprocess

Expand Down

0 comments on commit a9c02eb

Please sign in to comment.