Python subprocess. Popen () error (No such file or directory)

Source: Internet
Author: User
Tags python subprocess

This error can easily be misunderstood, and most people will assume that the command is executed, but the command cannot find the file or directory that corresponds to the parameter. In fact, there is a layer of meaning, that is, this command cannot be found, the command can not be found, will also be reported without this file or directory error.

Why can't we find this command?

1. Malformed, can not pass directly to the string, if passed directly to the string, you need to set Shell=true, this method is not recommended, there is a security risk

2. Environment variable configuration, the path is not configured correctly, cannot find this bin, create child process, because there is no configuration script to execute/etc/profile, so the environment variable does not have this path, so the general script execution like this write full path/usr/bin/python, Avoid finding the python command.

Python subprocess. Popen () error (No such file or directory)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.