This is a python script where I want to run start.py but it is not running. Can anyone help?
import numpy as np
import os
os.system("source ~/.bash_profile; python3 $XSPEGLIB/start.py")
This is a python script where I want to run start.py but it is not running. Can anyone help?
import numpy as np
import os
os.system("source ~/.bash_profile; python3 $XSPEGLIB/start.py")