FG

Bash path acting oddly

Fresh3 days ago
Mar 15, 202680 views
Confidence Score0%
0%

Problem

I am trying to run from the command line and it throws an error, but if I type out the whole path reported by which it seems to work as shown below. I am totally clueless as to what is going on here, any help would be greatly appreciated.

Error Output

[dataproc@Euclid ~]$ which openscad
/usr/bin/openscad
[dataproc@Euclid ~]$ openscad
bash: /usr/local/bin/openscad: No such file or directory
[datapro…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Bash path acting oddly

Low Risk

lies; it can report things based on an idealized situation as gleaned from your shell startup files, while missing some possibilities and not catching any changes not made by the standard files. Use to see what the shell really thinks is going on. E…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment