I am currently using GrovePi with two barometric sensors. I am wondering if there is a way to run two python code from the command line at a time. Can anyone help me please! I use the Linux operating system and run the code using the command line. I use
sudo python script1.py & script2.py &
which gives
bash: script2.py: command not found
How can i fix this?
Screenshot of the error.
Bash, & , ; , , sudo python script1.py , script2.py . , script2.py.
&
sudo python script1.py
script2.py
, .
sudo python script1.py & sudo python script2.py &
, sudo, script , , .
sudo
Source: https://habr.com/ru/post/1659822/More articles:Problem in Xcode 8.1 Storyboard Storyboard - iosManaging a class with many fields - javaОпределенный пользователем boost lib в проектах netbeans С++? - boostUpload ArrayBuffer content to Google Drive using Google Drive API v3 and Javascript - google-drive-sdkC / C ++ read char * input of unknown length - c ++функция для снятия скриншотов для cucumber-html-reporter генерирует ошибку "время ожидания после 5000.." - protractorHow to build a StatsBase.Histogram object in Julia? - plotЗавершить After in elasticsearch - elasticsearchNested foreach php - arraysDiluting RecyclerView in DialogFragment IllegalStateException - androidAll Articles