You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# The setup script searches /usr/bin but pip installs to /usr/local/bin
128
+
# We need to patch the setup script to also search /usr/local/bin
129
+
echo "=== Patching setupPythonEnvironment.bash to search /usr/local/bin ==="
131
130
132
-
# Also create any other missing scripts that might be needed
133
-
for script in convert_abaqus run_geos_ats setup_ats_environment geos_ats_log_check geos_ats_restart_check geos_ats_curve_check geos_ats_process_tests_fails mesh-doctor; do
0 commit comments