Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 1, 2019
1 parent 06941a5 commit 9f6fc04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions distrib/linux/runjupyter
Expand Up @@ -2,8 +2,8 @@

appDir="$(cd "$(dirname "$0")"; pwd)"

"${appDir}/python/bin/python" "${appDir}/python/bin/set_python_path.py" "${appDir}/python" -s

export PATH="${appDir}/bin":$PATH

"${appDir}/python/bin/python" "${appDir}/python/bin/set_python_path.py" "${appDir}/python" -s

"${appDir}/python/bin/jupyter" $*
4 changes: 2 additions & 2 deletions distrib/macos/runjupyter.in
Expand Up @@ -2,11 +2,11 @@

appDir="$(cd "$(dirname "$0")"; pwd)"

export PATH=${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/MacOS:$PATH

"${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/Frameworks/Python/bin/python" \
"${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/Frameworks/Python/bin/set_python_path.py" \
"${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/Frameworks/Python" \
-s

export PATH=${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/MacOS:$PATH

"${appDir}/@CMAKE_PROJECT_NAME@.app/Contents/Frameworks/Python/bin/jupyter" $*

0 comments on commit 9f6fc04

Please sign in to comment.