Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
executable file
·
32 lines (19 loc) · 787 Bytes

File metadata and controls

executable file
·
32 lines (19 loc) · 787 Bytes
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
#!/bin/bash
#export PYTHONEXECUTABLE=/Users/stephanie/miniconda/envs/python_odmtools2/bin/python
echo "********************************************************"
echo " ODMTools Python "
echo "********************************************************"
#echo "Args: $0 $1 $2 $3"
# save home path before executing script
DIRHOME=$(dirname '$0')
DIR=$(cd "$( dirname "$0" )" && cd .. && pwd)
export PYTHONEXECUTABLE="$DIR/bin/python"
#echo "My pwd is $DIR"
PYPATH="$DIR/python.app/Contents/MacOS/python" #&& echo "PyPath: $PYPATH"
unset CDPATH
# return back to home path
cd $DIRHOME
EXEC="$PYPATH $@" # && echo "SET EXECUTABLE: $EXEC"
$EXEC
# echo "My current directory is $(pwd)"
#/Users/stephanie/miniconda/envs/python_odmtools2/python.app/Contents/MacOS/python "$@"
Morty Proxy This is a proxified and sanitized view of the page, visit original site.