Versions Compared

Key

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

...

Then, it is highly recommended that you create a new environment for Tensorflow (or your project that happens to use Tensorflow):

Code Block
$ conda env create --prefix /path/to/nameofenv python=3.9
# OR
$ conda env create --name nameofenv   # this will put the environment in the default location of $HOME/.conda/envs/nameofenv

...