PyAEDT installation related questions #4963
-
Hi, I have a couple of questions which I would really appreciate your feedback. In the context that someone is running AEDT on tightly-controlled servers that are watched by security software and any program that runs there must be explicitly allowed to run -
Thanks in advance. Regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @Abhi-SimuTech , I have helped some users in such kinds of environments, and they usually do not have problems. The "pyaedt_installer_from_aedt.py" script is doing the following operations:
Answering your questions:
4* If you need to update the PyAEDT release, you just need to rerun the script, it will just update the PyAEDT version to the last one. Of course, if you are an advanced python user, you can go to the virtual environment, and in the terminal update pyaedt (pip install pyaedt -U). Hopefully, it answers your questions. Regards, |
Beta Was this translation helpful? Give feedback.
Hi @Abhi-SimuTech ,
I have helped some users in such kinds of environments, and they usually do not have problems.
The "pyaedt_installer_from_aedt.py" script is doing the following operations: