AI and Machine Learning: Difference between revisions
Jump to navigation
Jump to search
371 bytes removed
, 2 years ago
|
|
Line 24: |
Line 24: |
|
| |
|
| <!--T:22--> | | <!--T:22--> |
| We ask our users to avoid using Anaconda, and use virtualenv instead. Here are the reasons: | | We ask our users to avoid using Anaconda, and use virtualenv instead. Reasons are explained on the [[Anaconda/en|Anaconda]] page. |
| | |
| <!--T:23-->
| |
| * Tries to handle library management that should be reserved to staff
| |
| ** Ships binaries unoptimized for specific CPU architecture
| |
| ** Makes wrong assumptions about library locations
| |
| * Installs in /home by default, where it puts a large number of files (Virtual envs should be installed on compute node as much as possible)
| |
| * Slower to install packages
| |
| * Modifies bashrc, which can cause conflicts
| |
|
| |
|
| <!--T:24--> | | <!--T:24--> |