External libraries can not be installed in to default arcpy environment anymore. We need to use some external libraries for accessing oracle, reading ms docs etc. in our scripts.
We dont want to clone the deafult env and maintain that environment but we are looking for an option that we still use the default env and external libraries from a shared drive. Is it possible? If not what would be the best way to use external libraries with minimal maintaining effort?
Thanks in advance