Commit ffd16518 authored by Tyler Wilson's avatar Tyler Wilson
Browse files

Updated the install guide.

parent 02c81671
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ import sys
#Author:  Tyler Wilson
#Date  :  2018-10-05
#Description:  This script sets ISISROOT/ISIS3DATA/ISIS3TESTDATA for the user and is executed
#within the conda environment created for their ISIS3 installation.
#within the conda environment created for the ISIS3 installation.
#The data directory and test directory are optional command line arguments.  If the user chooses
#not to set them, they will both be placed created on the same level as the $ISISROOT directory
#within the conda environment.
@@ -24,7 +24,6 @@ if (data_dir != args.data_dir):
    os.system("mkdir -p "+args.data_dir)
    data_dir = args.data_dir
else:    
    print("mkdir -p "+data_dir)
    os.system("mkdir -p "+data_dir)

if (testdata_dir != args.test_dir):
+2 −4
Original line number Diff line number Diff line
@@ -90,7 +90,6 @@ you must <em>not</em> upgrade the ISIS Data Files!!!
    <ul>
      <li>Ubuntu 18.04 LTS</li>
      <li>Mac OS X 10.13.6 High Sierra</li>     
      <li>CentOS Linux 7.2.1511</li>
      <li>Fedora 28</li>
    </ul>

@@ -99,7 +98,6 @@ you must <em>not</em> upgrade the ISIS Data Files!!!

    <ul>      
      <li>Debian Linux 8 (jessie)</li>      
      <li>CentOS Linux 7.2.1511</li>
      <li>Fedora 25</li>
      <li>Mac OS X 10.11.6</li>
    </ul>