File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -55,8 +55,8 @@ REM install the shapeworks python module and conda [de]activate scripts
5555call .\Installation\install_python_module.bat
5656call .\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"
6262call conda info
You can’t perform that action at this time.
0 commit comments