File: VisTrails.command

package info (click to toggle)
vistrails 3.0~git%2B9dc22bd-2
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 62,860 kB
  • sloc: python: 314,054; xml: 42,697; sql: 4,113; php: 731; sh: 469; makefile: 253
file content (12 lines) | stat: -rwxr-xr-x 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

# This will execute VisTrails in a separate terminal window
# If you get an error saying:
#     Found another instance of VisTrails running
#     Sending parameters to main instance  []
#     Failed:  QLocalSocket::connectToServer: Connection refused
# make sure VisTrails is not already running and simply try to run the script
# again; this might indicate that VisTrails did not quit properly

cd "$(dirname "$0")"
DYLD_LIBRARY_PATH= VisTrails.app/Contents/MacOS/vistrails