Skip to content

Commit

Permalink
Add "python3" to possible pythonExe names
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrueden committed Apr 18, 2024
1 parent 89c6549 commit 641c1e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/appose/environment.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ def python(self) -> Service:
"""
python_exes = [
"python",
"python3",
"python.exe",
"bin/python",
"bin/python.exe",
Expand Down

0 comments on commit 641c1e5

Please sign in to comment.