Skip to content

Commit

Permalink
Added instruction to use anaconda's python on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
castillohair committed Oct 19, 2019
1 parent f413747 commit 9cd83ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Install FlowCal (macOS)
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# The following is necessary to use Anaconda's python.
source ~/.bash_profile
# Change current working directory
cd -- "$(dirname "$BASH_SOURCE")"
# Install FlowCal
Expand Down
2 changes: 2 additions & 0 deletions Run FlowCal (macOS)
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

# The following is necessary to use Anaconda's python.
source ~/.bash_profile
# Set environment variable to change default matplotlib backend
# This is necessary so that the open file dialog is shown properly
export MPLBACKEND="TkAgg"
Expand Down

0 comments on commit 9cd83ef

Please sign in to comment.