Main public logs
From Center for Atmospheric Sciences(CAS) WIKI
Jump to navigationJump to search
Combined display of all available logs of Center for Atmospheric Sciences(CAS) WIKI. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 14:59, 20 January 2026 Price talk contribs created page 01 python setup.ipynb (Created page with "In your terminal: we need to set the pkg cache to your own directory, you only need to do this once: <pre> mkdir -p /data/common/${USER}/.conda ln -s /data/common/${USER}/.conda ~/.conda </pre> cat <<'EOT' >> .condarc pkgs_dirs: - /data/common/${USER}/.conda/pkgs EOT #note that you will need to change ${USER} to be your username #failure to do the above will result in a lot of warnings attempting to access the shared pkg cache. #initiate conda source /data/comm...")