관리-도구
편집 파일: __init__.cpython-37.pyc
B ���a! � @ sf d dl mZmZ d dlZd dlZd dlZejrLejdkrLddlm Z e j Z nej Z dZdd� Zd Z dS ) � )�absolute_import�unicode_literalsN�win32� )�_win_subprocessl c C sp y.t | dtjtjtjd�}|�� \}}|j}W n6 tk rd } z|jd|j }}}W d d }~X Y nX |||fS )NT)�universal_newlines�stdin�stderr�stdout� )�Popen� subprocess�PIPE�communicate� returncode�OSError�errno�strerror)�cmd�process�out�err�codeZos_error� r �T/opt/alt/python37/lib/python3.7/site-packages/virtualenv/util/subprocess/__init__.py�run_cmd s &r )r r r �CREATE_NO_WINDOW)� __future__r r r �sysZsix�PY2�platformr r r r r �__all__r r r r �<module> s