Skip to content

Commit

Permalink
Using the 'pipx inject' trick that I recently discovered
Browse files Browse the repository at this point in the history
  • Loading branch information
reinout committed Mar 8, 2024
1 parent 1e0b2c8 commit 499445e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 'osx' is the default install-everything target, 'install' installs
# ourselves.
install: osx-deps ourselves_install local-dev
install: osx-deps ourselves_install local-dev extra-pipx


upgrade:
Expand Down Expand Up @@ -30,7 +30,6 @@ osx-deps:
npm \
odt2txt \
pinentry-mac \
pinentry-mac \
pipx \
pre-commit \
pv \
Expand Down Expand Up @@ -64,6 +63,7 @@ pipx-deps: ~/.local/pipx/venvs/ansible\
~/.local/pipx/venvs/pipenv\
~/.local/pipx/venvs/pyupgrade\
~/.local/pipx/venvs/tox \
~/.local/pipx/venvs/uv \
~/.local/pipx/venvs/youtube-dl


Expand Down Expand Up @@ -95,5 +95,9 @@ local-dev:
pipx install --force --editable ~/zelf/denoter


extra-pipx:
pipx inject tox tox-uv
pipx inject zest.releaser --editable ~/opensource/qgispluginreleaser

# NPM:
# npm install -g dockerfile-language-server-nodejs

0 comments on commit 499445e

Please sign in to comment.