update one click installer
This commit is contained in:
11
scripts/user_scripts/mac_start.command
Executable file
11
scripts/user_scripts/mac_start.command
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
echo `pwd`
|
||||
|
||||
source ./installer/bin/activate
|
||||
conda-unpack
|
||||
|
||||
invoke start
|
||||
Reference in New Issue
Block a user