Skip to content

Commit

Permalink
pass bin_path from install_python_module.bat to replace_strings.py to…
Browse files Browse the repository at this point in the history
… ensure paths with spaces work when importing module
  • Loading branch information
cchriste committed Jun 21, 2021
1 parent 932c445 commit 3dd1f16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Installation/install_python_module.bat
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ set CONDA_INSTALL_DIR=%CONDA_PREFIX%\lib\site-packages\shapeworks
set BIN_PATH=%cd%\bin
set BIN_PATH=%BIN_PATH:\=/%

call python .\Installation\replace_strings.py "%CONDA_INSTALL_DIR%\setup_path.py" placeholder_string %BIN_PATH%
call python .\Installation\replace_strings.py "%CONDA_INSTALL_DIR%\setup_path.py" placeholder_string "%BIN_PATH%"

0 comments on commit 3dd1f16

Please sign in to comment.