Skip to content

Commit

Permalink
Better suggestion for putting .julia locally within the repo
Browse files Browse the repository at this point in the history
Using just '.' means the contents of '.julia' get put directly in the
top level of the repo - really want to create a '.julia' subdirectory
within the repo.
  • Loading branch information
johnomotani committed Oct 24, 2023
1 parent 80ab725 commit 1387ba3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions machines/machine_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,11 @@ echo
JULIA_DIRECTORY=$JULIA_DEPOT_PATH
echo "It can be useful or necessary to set a non-default location for the "
echo ".julia directory. Leave this empty if the default location is OK."
echo "Enter the current directory '.' to isolate the julia used for this "
echo "instance of moment_kinetics - this might be useful to ensure a 'clean'"
echo "install or to check whether some error is related to conflicting or "
echo "corrupted dependencies or cached precompilation files, etc."
echo "Enter a name for a subdirectory of the current directory, e.g. "
echo "'.julia', to isolate the julia used for this instance of "
echo "moment_kinetics - this might be useful to ensure a 'clean' install or "
echo "to check whether some error is related to conflicting or corrupted "
echo "dependencies or cached precompilation files, etc."
echo "Enter location that should be used for the .julia directory [$JULIA_DIRECTORY]:"
# Use '-e' option to get path auto-completion
read -e -p "> " input
Expand Down

0 comments on commit 1387ba3

Please sign in to comment.