Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.07 KB

INSTRUCTIONS.md

File metadata and controls

33 lines (23 loc) · 1.07 KB

Windows

Double click on the executable and click next until it stops.

image

Linux/Mac (Batch Mode)

This is an option for all .sh installers

> bash <FILENAME>.sh -b [-p PATH/TO/INSTALL/TO]  # Default = "~/YOUR_APP_NAME"
> bash PATH/TO/INSTALL/TO/condabin/conda init

To launch the app, you'll need to close and reopen the terminal. Then the app can be launched with <YOUR_APP_NAME> (or whatever string is printed out above [yes|no]

Linux/Mac (Interactive)

This is an option for all .sh installers

> bash <FILENAME>.sh
...
Do you wish the installer to initialize <YOUR_APP_NAME>
by running conda init? [yes|no]
[no] >>> yes

image

To launch the app, you'll need to close and reopen the terminal. Then the app can be launched with <YOUR_APP_NAME> (or whatever string is printed out above [yes|no]

Mac

TBD... Hopefully the same as Linux