Open-source Languages & Tools for z/OS

 View Only

 where is /envs/sudo/lib ?

Lionel Dyck's profile image
Lionel Dyck posted 06-17-2021 08:30
I compared my environment before activating sudo and after and found that the activate defines /conda/envs/sudo/lib in the LIBPATH but there is no /lib under /sudo ...?

Is this a known 'bug' in the conda setup for sudo?
Alexander Klochkov's profile image
ROCKETEER Alexander Klochkov
Hi Lionel,

It's not a bug it's how conda works, it adds LIBPATH, PATH when environment is activated.
You can even try on empty environment:
conda create -n empty -qy
conda activate empty
env | sort 

Thanks
Lionel Dyck's profile image
Lionel Dyck
My issue isn't that it is in the LIBPATH but that it does not exist in the filesystem. ???
Alexander Klochkov's profile image
ROCKETEER Alexander Klochkov
The lib folder will be created after installing any package that has lib in its structure, for example, python, since sudo has no "lib" in the structure, it was not created