pkgx
pkgx copied to clipboard
the last thing you’ll install
We have a lot of `provides:` keys and if our `did you mean?` logic was savvy to that I imagine it would help people.
@jonchang suggested we read the shebang and auto-install the interpreter, this is a very good idea.
The use of `xattr com.apple.quarantine` to set permissions on tea-installed executables sets off reports with my company's global security operations center. https://github.com/teaxyz/cli/blob/main/src/prefab/install.ts#L100 I ran the example command: ```tea +gnu.org/wget wget...
What is the purpose of v*? I assumed tea would use it to choose which version to run, but it looks like it isn't doing that. Maybe this is a...
https://github.com/teaxyz/pantry.core/actions/runs/3499494977/jobs/5861124248: ``` Uncaught (in promise) Error: invalid semver range: >=5
``` > tea -X which -a curl /usr/local/bin/curl /usr/bin/curl > tea +curl.se which -a curl /opt/tea/curl.se/v7.86.0/bin/curl /usr/local/bin/curl /usr/bin/curl ``` Sure enough, curl is missing "[provides](https://github.com/teaxyz/pantry.core/blob/main/projects/curl.se/package.yml)"
Can I `tea +pip.pypa.io pip install Y` to a different environment than `tea +pip.pypa.io pip install X`? It looks like right now they're all installed in ~/.tea/python.org/v3.11.0/lib/python3.11/site-packages. It would be...
When trying to use python on Arch Linux I get the error symbol lookup error: /home/kohlerm/.tea/gnu.org/readline/v8.1.0/lib/libreadline.so.8: undefined symbol: PC I am using a README with the following dependencies # Dependencies...
deno has a `--filter` parameter for this, but it sucks a bit. either way exe/md doesn't really support this properly yet.