add devcontainer config

This commit is contained in:
Alexandre Teles
2022-09-28 21:03:40 -03:00
parent 45e59e07aa
commit 133ce39bf5
3 changed files with 82 additions and 0 deletions

View 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