Skip to content

Commit 793926d

Browse files
committed
Fix studio install bits for windows users with spaces in their names
1 parent 4851b4d commit 793926d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install_shapeworks.bat

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ REM install the shapeworks python module and conda [de]activate scripts
5555
call .\Installation\install_python_module.bat
5656
call .\Installation\conda_env_setup.bat
5757

58-
md %USERPROFILE%\.shapeworks
59-
python -c "import sys; print('\n'.join(sys.path))" > %USERPROFILE%\.shapeworks\python_path_6.4.txt
60-
python -c "import sys; print(sys.prefix)" > %USERPROFILE%\.shapeworks\python_home_6.4.txt
61-
echo %PATH% > %USERPROFILE%\.shapeworks\path_6.4.txt
58+
md "%USERPROFILE%\.shapeworks"
59+
python -c "import sys; print('\n'.join(sys.path))" > "%USERPROFILE%\.shapeworks\python_path_6.4.txt"
60+
python -c "import sys; print(sys.prefix)" > "%USERPROFILE%\.shapeworks\python_home_6.4.txt"
61+
echo %PATH% > "%USERPROFILE%\.shapeworks\path_6.4.txt"
6262
call conda info

0 commit comments

Comments
 (0)