Closed jomey closed 4 months ago
use the
conda list
command
I prefer to use the conda env export --from-history
command over the list
since this only lists out the packages one added via the install
command and also omits the OS and environment specific hashes for each package. This creates a better cross-platform YAML file.
Pinning the PDAL to the version run on Kelvin. PDAL has released new versions since the initial set up on the machine, but any version later than 2.6.2 is untested to date. This is part of troubleshooting the performance issues with Borah and ensuring the environments are identical.