Skip to content

Commit

Permalink
Python: make sure that ./jupyterconsole works fine.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Oct 24, 2019
1 parent 06d4e61 commit 0e4e511
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distrib/linux/runjupyter
Expand Up @@ -4,6 +4,6 @@ appDir="$(cd "$(dirname "$0")"; pwd)"

${appDir}/setpythonpath

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

${appDir}/python/bin/jupyter $*
2 changes: 1 addition & 1 deletion distrib/macos/runjupyter.in
Expand Up @@ -4,6 +4,6 @@ appDir="$(cd "$(dirname "$0")"; pwd)"

${appDir}/setpythonpath

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

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

0 comments on commit 0e4e511

Please sign in to comment.