cc_staff
178
edits
(Updating to match new version of source page) |
(fix typo) |
||
Line 10: | Line 10: | ||
* It installs binaries which are not optimized for the processor architecture on our clusters. | * It installs binaries which are not optimized for the processor architecture on our clusters. | ||
* It makes incorrect assumptions about the location of various system libraries. | * It makes incorrect assumptions about the location of various system libraries. | ||
* Anaconda uses the <tt>$HOME</tt> directory for its | * Anaconda uses the <tt>$HOME</tt> directory for its installation, where it writes an enormous number of files. A single Anaconda installation can easily absorb almost half of your quota for the number of files in your home directory. | ||
* Anaconda is slower than the installation of packages via Python wheels. | * Anaconda is slower than the installation of packages via Python wheels. | ||
* Anaconda modifies the <tt>$HOME/.bashrc</tt> file, which can easily cause conflicts. | * Anaconda modifies the <tt>$HOME/.bashrc</tt> file, which can easily cause conflicts. |