You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Truncate python3 version to simplify symlink logic (#19)
* Instead of attempting to capture the minor version number just symlink to python3. This allows
for "${which_python::-1}" to easily resolve to 'python'.
* Amends PR #18
0 commit comments