Skip to content
This repository was archived by the owner on Mar 8, 2021. It is now read-only.

Commit dcb7def

Browse files
committed
update startup for anaconda env
1 parent 161a06d commit dcb7def

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

start-osx.command

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
source activate py34
4+
35
cd "$(dirname "$0")"
46
which ipython3
57
if [[ $? == 0 ]]; then

start-unix.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
source activate py34
4+
35
cd "$(dirname "$0")"
46
which ipython3
57
if [[ $? == 0 ]]; then

0 commit comments

Comments
 (0)