johnnychen94/jill.py

add `jill switch <version>` command

johnnychen94 opened this issue · 1 comments

a remaining issue from #76 (comment)

add jill switch <version> [--symlink_dir SYMLINK_DIR] command to explicitly change what julia points to. For Linux/MacOS this is basically just cd SYMLINK_DIR && ln -sf julia-1.6 julia

implemented in #92