How on earth do i run commands with subprocess.Popen?
So I’m developing a tool for Linux for compiling and installing a game, and I’m making it via python, what I’m trying to do is have the python script run aptitude to install depends, but i get this when returning and printing the output:
How the HELL do i run commands with subprocess.Popen?
So I’m developing a tool for Linux for compiling and installing a game, and I’m making it via python, what I’m trying to do is have the python script run aptitude to install depends, but i get this when returning and printing the output: