File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ class PythonWorker : public QObject {
1818 Q_OBJECT
1919
2020 public:
21- constexpr static const char * python_api_version = " 6.6 " ;
21+ constexpr static const char * python_api_version = " 6.7 " ;
2222
2323 PythonWorker ();
2424 ~PythonWorker ();
Original file line number Diff line number Diff line change @@ -40,9 +40,9 @@ call .\Installation\install_python_module.bat || goto :error
4040call .\Installation\conda_env_setup.bat || goto :error
4141
4242md " %USERPROFILE% \.shapeworks"
43- python -c " import sys; print('\n'.join(sys.path))" > " %USERPROFILE% \.shapeworks\python_path_6.6 .txt"
44- python -c " import sys; print(sys.prefix)" > " %USERPROFILE% \.shapeworks\python_home_6.6 .txt"
45- echo %PATH% > " %USERPROFILE% \.shapeworks\path_6.6 .txt"
43+ python -c " import sys; print('\n'.join(sys.path))" > " %USERPROFILE% \.shapeworks\python_path_6.7 .txt"
44+ python -c " import sys; print(sys.prefix)" > " %USERPROFILE% \.shapeworks\python_home_6.7 .txt"
45+ echo %PATH% > " %USERPROFILE% \.shapeworks\path_6.7 .txt"
4646call conda info
4747
4848echo " ShapeWorks environment %CONDAENV% is ready to use."
You can’t perform that action at this time.
0 commit comments