※「4.1.0」のところは,実際に使うバージョンに読み替えること
※「4.1.0」のところは,実際に使うバージョンに読み替えること
コマンドプロンプトを管理者として実行: 別ページ »で説明
call powershell -command "$oldpath = [System.Environment]::GetEnvironmentVariable(\"Path\", \"Machine\"); $oldpath += \";C:\swigwin-4.1.0\"; [System.Environment]::SetEnvironmentVariable(\"Path\", $oldpath, \"Machine\")"
※「4.1.0」のところは,実際に使うバージョンに読み替えること
システム環境変数 SWIG_PATH の設定のため, Windows で,コマンドプロンプトを管理者として実行
コマンドプロンプトを管理者として実行: 別ページ »で説明
call powershell -command "[System.Environment]::SetEnvironmentVariable(\"SWIG_PATH\", \"C:\swigwin-4.1.0\", \"Machine\")"