revanced-releases-api/.devcontainer/postCreateCommand.sh
2022-09-28 21:03:40 -03:00

14 lines
319 B
Bash

#!/bin/bash
python3 -m pip install --user pipx
printf "Installing pipx for the current user...\n"
python3 -m pip install --user pipx
python3 -m pipx ensurepath
echo 'eval "$(register-python-argcomplete pipx)"' >> ~/.profile
source ~/.profile
printf "Installing poetry for the current user...\n"
pipx install poetry