You are not logged in.
Pages: 1
i'm getting unfamiliar error messages that claim i have non existent directories listed in PATH
The following directories listed in your path were found to be non-existent: {PosixPath('@/tmp/.ICE-unix/1340,unix/thing'), PosixPath('local/thing')}
The following directories listed in your path were found to be non-existent: {PosixPath('/org/freedesktop/DisplayManager/Session0')}
The following directories listed in your path were found to be non-existent: {PosixPath('/org/freedesktop/DisplayManager/Seat0')}
The following directories listed in your path were found to be non-existent: {PosixPath('https'), PosixPath('//debuginfod.archlinux.org ')}
CUDA_SETUP: WARNING! libcudart.so not found in any environmental path. Searching in backup paths...
The following directories listed in your path were found to be non-existent: {PosixPath('/usr/local/cuda/lib64')}now, presuming i have a bunch of non existent directories listed in PATH, how do i go in and fix them?
Last edited by rek (2024-12-12 01:41:42)
Offline
What tool/system gives you those error messages; perhaps this is not related to the $PATH environment variable and something else? Regardless, what is your $PATH set to?
Offline
What tool/system gives you those error messages; perhaps this is not related to the $PATH environment variable and something else? Regardless, what is your $PATH set to?
echo $PATH
/usr/local/bin:/usr/bin:/bin:/usr/local/sbin:/opt/cuda/bin:/opt/cuda/nsight_compute:/opt/cuda/nsight_systems/bin:/var/lib/flatpak/exports/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/username/.local/share/yabridgei notice i don't have nsight installed anymore.
anyway, the diagnostic tool i used that threw those warnings was bitsandbytes, looking for cuda related libraries.
Offline
Pages: 1