Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note

Notes:

  • The focus of this workshop is on how to use Python, Pip and Conda explicitly on the ARCC clusters (not on desktops).

  • This is NOT an introduction to Python programming. Users should be familiar with python, using pip, and creating conda environments.

  • If you have existing conda environments, or have installed your own version of Anaconda, then the examples within this workshop might provide different results.

  • You will need to modify user and project names to apply to yourself.

...

Sections

  1. Python Pip Installs on the Cluster: Understand where pip installs packages within a user’s home folder with respect to different versions of Python.

  2. Pip Install within a Conda Environment: Understand how Conda’s pip works with a User’s Python pip package Installs.

  3. Create a Shared TensorFlow Conda Environment: General process for creating and sharing a conda environment under a project.

  4. Create a Module File to Load Your Conda Environment: Demonstrate creating a module file to load a Conda environment.

  5. Python, Conda and Pip: Suggested Best Practices: Suggest best practices and summarize workshop.

...