티스토리 뷰

공부

[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

'공부' 카테고리의 다른 글

[Java] Spring @Value not working in `Filter`  (0) 2020.06.07
PaaS, SaaS, IaaS  (0) 2020.06.07
[Java] Gson json to object & array  (0) 2020.06.07
[Python] os.path; flask ap instance_path  (0) 2020.06.07
Marshalling  (0) 2020.06.07
댓글