chore: update py version in lnbits.sh (#3215)
This commit is contained in:
parent
6d2f39d390
commit
b1a09af82c
1 changed files with 6 additions and 6 deletions
|
|
@ -10,11 +10,11 @@ if [ ! -d lnbits/data ]; then
|
||||||
# Add the deadsnakes PPA repository non-interactively
|
# Add the deadsnakes PPA repository non-interactively
|
||||||
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
sudo add-apt-repository -y ppa:deadsnakes/ppa
|
||||||
|
|
||||||
# Install Python 3.9 and distutils non-interactively
|
# Install Python 3.10 and distutils non-interactively
|
||||||
sudo apt install -y python3.9 python3.9-distutils
|
sudo apt install -y python3.10 python3.10-distutils
|
||||||
|
|
||||||
# Install Poetry
|
# Install Poetry
|
||||||
curl -sSL https://install.python-poetry.org | python3.9 -
|
curl -sSL https://install.python-poetry.org | python3.10 -
|
||||||
|
|
||||||
# Add Poetry to PATH for the current session
|
# Add Poetry to PATH for the current session
|
||||||
export PATH="/home/$USER/.local/bin:$PATH"
|
export PATH="/home/$USER/.local/bin:$PATH"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue