Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

after setup getoptions not found ... #62

Open
Albretch opened this issue Jan 28, 2025 · 1 comment
Open

after setup getoptions not found ... #62

Albretch opened this issue Jan 28, 2025 · 1 comment

Comments

@Albretch
Copy link

Albretch commented Jan 28, 2025

On my exposed computer for which I use a live DVD:
$ uname --all Linux debian 5.10.0-18-amd64 #1 SMP Debian 5.10.140-1 (2022-09-02) x86_64 GNU/Linux
I followed your steps using wget. Then I made "${HOME}/bin" and copied getoptions in it:
"${HOME}/bin"
but my scripts can't find it:
`$ which getoptions

$`
Where should getoptions go?

@Albretch
Copy link
Author

Albretch commented Jan 28, 2025

the answer to my own question is: anywhere in the "$PATH"
`$ echo $PATH

/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games`

`$ sudo cp --verbose ".../getoptions" /usr/bin
'.../getoptions' -> '/usr/bin/getoptions'
user@debian:~$ which getoptions
/usr/bin/getoptions

$ `

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant