Guidelines for Installing and Using Anaconda

Tags anaconda

 Objective

This policy outlines the guidelines for the installation and use of Anaconda software at Kansas State University for academic courses, research, educational purposes, and commercial services.

 

 Audience

This policy applies to all faculty, staff, and students who use Anaconda on institution-owned devices for academic and commercial purposes.

Usage Guidelines

Educational Use

  • Free Use: Anaconda is free for use in course curricula, including teaching, learning, and research at accredited universities, regardless of the number of employees.
  • Research Projects: Faculty and students can use Anaconda for research projects without a commercial license, provided the research is part of the university’s educational activities.
  • Administrative Use: Administrative use of Anaconda may require a commercial license if it involves activities beyond the scope of teaching and research

Commercial Use

  • Any use beyond standard educational purposes, such as embedding Anaconda in other products, providing third-party access, or performing analysis services for profit, requires a commercial license.  

 

 Environment  

  • Windows
  • macOS
  • Linux

 

 Procedure

Version Control: Users should install the latest stable version of Anaconda unless specific course or research requirements dictate otherwise.

Security: Ensure that all installations are performed from the official Anaconda website to avoid security risks. (https://www.anaconda.com/download/success)

Download Anaconda

  1. Visit the Anaconda download page and select the appropriate installer for your operating system (Windows, macOS, or Linux).

  2. Ensure you download the version suitable for your system architecture (64-bit).

Verify the Installer (Optional)

  1. Verify the integrity of the installer using the SHA-256 hash provided on the download page. This step ensures the installer has not been tampered with.
     
  2. On Windows, you can use PowerShell:
     
    • Get-FileHash .\Downloads\<INSTALLER-FILE> -Algorithm SHA256
       
  3. Replace <INSTALLER-FILE> with the name of the downloaded installer file.
     
  4. Install Anaconda
     

Install Anaconda


Post-Installation Steps

To verify installation:

  1. Open a terminal or Anaconda Prompt and run:
     
    • conda list
       
  2. This command lists all installed packages, confirming a successful installation.
     

Update Anaconda

It is a good practice to update Anaconda after installation:

  1. Open a terminal or Anaconda Prompt and run:
     
    • conda update conda
    • conda update anaconda

 

 Notes

Important Licensing Information

  • No Mirroring: Do not mirror Anaconda’s repository on your university’s servers without a license. Mirroring requires a commercial license and is not covered under the free usage terms.

  • Downloading, installing, using, and updating packages from the Anaconda Repository (“defaults” channels, see: https://repo.anaconda.com/pkgs) is free.

  • Downloading, installing, using, and updating packages from anaconda.org, including the conda-forge channel, is free.

  • Pay extra attention if adding any other repositories and prior to installation verify that those packages do not require purchasing licenses. If they do, purchase the license PRIOR to installing the package.

Additional Resources