Versions Compared

Key

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

Goal: Understand where pip installs packages within a user’s home folder with respect to different versions of Python.Use CaseGeneral process for creating and sharing a conda environment under a project.

...

Use Case

We want to create a software installation of TensorFlow (an end-to-end platform for machine learning) that can be shared acorss a project by all users.

From the documentation (as of time of writing):

  • The install documentation only details using a pip install.

  • TensorFlow is tested and supported on the following 64-bit systems: Python 3.8–3.11

...

General Process

Example

...

...