pkgxdev / pkgx

the last thing you’ll install

Home Page:https://pkgx.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`pkgx install` does not expand programs templates

felipecrs opened this issue · comments

pkgx install python@3.11

Should install python3 and python3.11, but in fact it installs only python.

Refs #1000

It seems like the issue with pkgx install not expanding program templates correctly, specifically for versioned packages like python@3.11, might be related to the current implementation skipping templates that contain placeholders. This is due to the lack of version-specific handling in the code, which results in only python being installed instead of the expected python3 and python3.11.

The pull request you referenced might have introduced changes affecting this behavior, but without more details on the changes or error logs when running the command, it's challenging to pinpoint the exact cause or propose a direct solution.

To move forward, sharing more details about the pull request's changes or any specific errors encountered could be very helpful in diagnosing and addressing the issue more effectively.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.