when running a script in pycharm,haw to change default abaqus when i have installed both abaqus2021 and abaqus 2023? #4798
-
when i running a script in pycharm, the default abaqus is abaqus2023,i want to use abaqus 2021 to running this script,what should i do to change the default version of abaqus? |
Beta Was this translation helpful? Give feedback.
Answered by
haiiliin
Jul 21, 2023
Replies: 1 comment 1 reply
-
Set the environment variable
Or simply set it to
when the path https://abqpy.readthedocs.io/en/stable/envvars.html#abaqus-bat-path |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
haiiliin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set the environment variable
ABAQUS_BAT_PATH
to the file path of the.bat
file, i.e.Or simply set it to
when the path
C:\SIMULIA\Commands
is added in thePath
environment variable.https://abqpy.readthedocs.io/en/stable/envvars.html#abaqus-bat-path