You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The post_setup method is a skeleton method for customization of virtual environment creation:
defpost_setup(self, context):
""" Hook for post-setup modification of the venv. Subclasses may install additional packages or scripts here, add activation shell scripts, etc. :param context: The information for the environment creation request being processed. """pass
The text was updated successfully, but these errors were encountered:
The post_setup method is a skeleton method for customization of virtual environment creation:
The text was updated successfully, but these errors were encountered: