mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-02 10:48:06 +00:00
feat(scripts): python wrapper for python3
This commit is contained in:
7
local/bin/python
Executable file
7
local/bin/python
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# work around https://github.com/Microsoft/vscode/issues/3941
|
||||
# and anyone else who expects to see a 'python' executable
|
||||
|
||||
exec python3 "$@"
|
||||
|
||||
Reference in New Issue
Block a user