pkgx
pkgx copied to clipboard
the last thing you’ll install
Since `pkgx install` is simply [checking if the user has permissions](https://github.com/pkgxdev/pkgx/blob/ba219daa68404f4dc6206ffce43f37d5ca25386f/src/modes/install.ts#L10) to write to `/usr/local` it has a very confusing behavior. When there are more than one users in the...
```console pkgx install [email protected] ``` Should install `python3` and `python3.11`, but in fact it installs only `python`. Refs https://github.com/pkgxdev/pkgx/pull/1000
I believe it should download the pantry on the fly. ``` ❯ docker run --rm -it --entrypoint= ghcr.io/felipecrs/devcontainer:2 pkgx uninstall volta × pantry error pantry not found: /home/devcontainer/.local/share/pkgx/pantry/projects │ ╰─➤...
I've twice in the past two weeks had the case where it seems like the pkgx environment loses track of a dependency. I've captured the output below, for this issue...
I noticed this problem when trying to uninstall Python:  Obviously, the source problem is something else that should be fixed. But nevertheless, the stubs should be protected. There may...
after updating to `1.2.0` im getting this error for whaterver im trying to run: ```bash ➜ ~ pkgx deno --version × unexpected error attempt to write a readonly database │...
This doesn't matter much for some tools, but for others that are invoked a lot such as eg. C compilers in a large build, or `protoc`+plugins with a large number...
The shell installer has no option to specify a version and the tgz target it uses only serves the latest version. The only mechanism to install a pinned version are...
I try to run a python script with `pkgx` using a shebang line as described in the readme. I do get the same error on macOS and Linux, both arm64...
Hi, now that pkgx is built with Rust, it should be easier to support Alpine, right? Refs https://github.com/pkgxdev/pkgx/issues/607#issuecomment-2656490684