공부
[Python] os.system
승가비
2020. 6. 7. 16:48
728x90
os.system('scrapy runspider ' + filename + ' &')
https://stackoverflow.com/questions/1196074/how-to-start-a-background-process-in-python
How to start a background process in Python?
I'm trying to port a shell script to the much more readable python version. The original shell script starts several processes (utilities, monitors, etc.) in the background with "&". How can I
stackoverflow.com
728x90