5 lines
48 B
Bash
5 lines
48 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
pyenv install 3.13
|
||
|
pyenv global 3.13
|