mirror of
https://github.com/revanced/revanced-releases-api.git
synced 2025-06-12 12:47:37 +02:00
add devcontainer config
This commit is contained in:
14
.devcontainer/postCreateCommand.sh
Normal file
14
.devcontainer/postCreateCommand.sh
Normal file
@ -0,0 +1,14 @@
|
||||
#!/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
|
Reference in New Issue
Block a user