Skip to content

Commit d56da4d

Browse files
Update Maya 2024 python environment activation scripts comment
1 parent 363f623 commit d56da4d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

scripts/python_venv_activate_maya2024.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
# along with mmSolver. If not, see <https://www.gnu.org/licenses/>.
1919
# ---------------------------------------------------------------------
2020
#
21-
# Activates the Python development environment for Maya 2023.
21+
# Activates the Python development environment for Maya 2024.
2222
#
2323
# This script should be sourced, NOT called, for example:
24-
# $ source scripts/python_venv_activate_maya2023.bash
24+
# $ source scripts/python_venv_activate_maya2024.bash
2525
#
2626

2727
# The -e flag causes the script to exit as soon as one command returns

scripts/python_venv_activate_maya2024.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
:: along with mmSolver. If not, see <https://www.gnu.org/licenses/>.
1919
:: ---------------------------------------------------------------------
2020
::
21-
:: Activates the Python development environment for Maya 2023.
21+
:: Activates the Python development environment for Maya 2024.
2222

2323
SET PROJECT_ROOT=%CD%
2424

0 commit comments

Comments
 (0)