CDAT / cdat.github.io

cdat website

Home Page:https://cdat.llnl.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Replace occurences of "cdat8" with "cdat81" on Install page?

jypeter opened this issue · comments

@doutriaux1 your mail mentions
conda create -n cdat81 -c cdat/label/v81 -c conda-forge cdat

But the Install pages (Install and Install using Anaconda are still installing in a cdat8 environment

conda create -n cdat8 -c cdat/label/v81 -c conda-forge -c cdat python=3.6 cdat
conda activate cdat8

Should you replace cdat8 with cdat81 on those pages? When someone check these 2 pages, you can decide if you can merge them and solve #157

@jypeter the -n option is the name of your conda env it can be whatever you want. -n jyp if you want, as long as the create and activate lines are consistent it really doesn't matter. But thanks for spotting it. @davis278 I will let you decide if we want to update the pages or not.

I know you can use whatever name you want. Just thought you maybe wanted to stay consistent

If I understood your mail correctly, @davis278 can also remove all the occurrences of -c cdat on the create lines

This issue has been resolved: -c cdat occurrences on the create lines have been removed and references to the environment as cdat8 have now been changed to cdat81.