Recylarr binary not present in $PATH #1598

Closed
opened 2026-02-05 01:43:33 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @miguelcastilho on GitHub (Sep 7, 2025).

Have you read and understood the above guidelines?

yes

📜 What is the name of the script you are using?

recyclarr

📂 What was the exact command used to execute the script?

bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/recyclarr.sh)"

⚙️ What settings are you using?

  • Default Settings
  • Advanced Settings

🖥️ Which Linux distribution are you using?

Debian 12

📈 Which Proxmox version are you on?

8.4.12

📝 Provide a clear and concise description of the issue.

When installing the recyclarr LXC, the binary is placed in /usr/local/bin, but that directory is not included in the default $PATH inside the container.

root@recyclarr:/usr/local/bin# echo "$PATH"
/sbin:/bin:/usr/sbin:/usr/bin

As a result, users cannot execute the recyclarr binary directly without specifying the full path.

This could be fixed by either:

  • Placing the binary in a directory that is already part of $PATH (e.g. /usr/bin)

  • Updating the LXC environment so /usr/local/bin is included in $PATH.

🔄 Steps to reproduce the issue.

install recyclarr lxc and try to execute recyclarr

Paste the full error output (if available).

root@recyclarr:~# recyclarr
bash: recyclarr: command not found

🖼️ Additional context (optional).

No response

Originally created by @miguelcastilho on GitHub (Sep 7, 2025). ### ✅ Have you read and understood the above guidelines? yes ### 📜 What is the name of the script you are using? recyclarr ### 📂 What was the exact command used to execute the script? bash -c "$(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/ct/recyclarr.sh)" ### ⚙️ What settings are you using? - [ ] Default Settings - [x] Advanced Settings ### 🖥️ Which Linux distribution are you using? Debian 12 ### 📈 Which Proxmox version are you on? 8.4.12 ### 📝 Provide a clear and concise description of the issue. When installing the recyclarr LXC, the binary is placed in `/usr/local/bin`, but that directory is not included in the default $PATH inside the container. ``` root@recyclarr:/usr/local/bin# echo "$PATH" /sbin:/bin:/usr/sbin:/usr/bin ``` As a result, users cannot execute the `recyclarr` binary directly without specifying the full path. This could be fixed by either: - Placing the binary in a directory that is already part of $PATH (e.g. /usr/bin) - Updating the LXC environment so `/usr/local/bin` is included in $PATH. ### 🔄 Steps to reproduce the issue. install recyclarr lxc and try to execute `recyclarr` ### ❌ Paste the full error output (if available). root@recyclarr:~# recyclarr bash: recyclarr: command not found ### 🖼️ Additional context (optional). _No response_
OVERLORD added the not a script issueenhancement labels 2026-02-05 01:43:33 +03:00
Author
Owner

@tremor021 commented on GitHub (Sep 9, 2025):

@MickLesk he used pct enter? :) pve shell works fine

Image
@tremor021 commented on GitHub (Sep 9, 2025): @MickLesk he used `pct enter`? :) pve shell works fine <img width="729" height="366" alt="Image" src="https://github.com/user-attachments/assets/8145b566-eb14-4ae7-ad0e-2f2208407b5e" />
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#1598