File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ curl -O https://raw.githubusercontent.com/fractal-analytics-platform/fractal-ila
2020* The scrip might require some small modifications.
2121
2222``` bash
23- VERSION=" 0 .2.0" # Version of the package to install (by default the latest version)
23+ VERSION=" v0 .2.0" # Version of the package to install (by default the latest version)
2424COMMMAND=" mamba" # Command to use to create the environment (mamba or conda)
2525# Location of the environment
2626# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
Original file line number Diff line number Diff line change 1- VERSION=" 0 .2.0"
2- COMMMAND=" mamba "
1+ VERSION=" v0 .2.0"
2+ COMMMAND=" conda "
33# If ENVPREFIX is not NULL, the environment will be created with the prefix $ENVPREFIX/$ENVNAME
44# If ENVPREFIX is NULL, the environment will be created in the default location
55ENVPREFIX=" NULL"
You can’t perform that action at this time.
0 commit comments