Hello!
I write a powershell script and now I want to run this script on a ubuntu 16.04LTS OS, the script needs to call a software (ABAQUS) which is already installed on ubuntu OS. After I ran the script on powershell, it telled me that the software I called does not exist. So I wonder is there a way to tell powershell that this software is already installed (like modify .bashrc for bash) and configure all the existed environments?
Thanks!