4 lines
48 B
Bash
Executable file
4 lines
48 B
Bash
Executable file
#!/bin/sh
|
|
|
|
pyenv install 3.13
|
|
pyenv global 3.13
|