Use poetry to manage virtualenvs
This commit is contained in:
parent
b4bf1d5c6d
commit
fcb9cc02f9
5 changed files with 22 additions and 28 deletions
|
|
@ -21,7 +21,6 @@ network-manager \
|
|||
pipx \
|
||||
postfix \
|
||||
pulseaudio-utils \
|
||||
python3-venv
|
||||
sway \
|
||||
swayidle \
|
||||
swaylock \
|
||||
|
|
@ -32,8 +31,12 @@ xournalpp \
|
|||
"
|
||||
|
||||
PIPX_PKGS="\
|
||||
poetry \
|
||||
yt-dlp \
|
||||
"
|
||||
|
||||
sudo DEBIAN_FRONTEND=noninteractive apt-get install --yes ${DEB_PKGS}
|
||||
pipx install ${PIPX_PKGS}
|
||||
for pkg in ${PIPX_PKGS};
|
||||
do
|
||||
pipx install "${pkg}"
|
||||
done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue