mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
6 lines
87 B
Bash
Executable File
6 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
|
|
asdf plugin add python
|
|
asdf install python latest
|
|
asdf global python latest
|