관리-도구
편집 파일: activator.cpython-311.pyc
� �܋fX � �B � d dl Z d dlmZmZ G d� de�� � ZdgZdS )� N)�ABCMeta�abstractmethodc �Z � e Zd ZdZd� Zed� � � Zed� � � Zed� � � Z dS )� Activatorz5Generates activate script for the virtual environmentc � � |j dk r0t j � t j � � � � n|j | _ dS )z�Create a new activator generator. :param options: the parsed options as defined within :meth:`add_parser_arguments` �.N)�prompt�os�path�basename�getcwd�flag_prompt)�self�optionss �p/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/virtualenv/activation/activator.py�__init__zActivator.__init__ s>