Skip to content

Commit

Permalink
Merge pull request #22668 from Flamefire/patch-1
Browse files Browse the repository at this point in the history
PR: Don't use hard-coded path to Python in script shebang used to launch Spyder
  • Loading branch information
ccordoba12 authored Oct 15, 2024
2 parents 0f5a61a + e95637e commit a857397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/spyder
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#! /usr/bin/python3
#!/usr/bin/env python3
from spyder.app import start
start.main()

0 comments on commit a857397

Please sign in to comment.