#!/bin/sh
"unset" "PYTHONHOME" "QT_PLUGIN_PATH"
"exec" """`python -Sc "print(__import__('os').path.realpath(r'$0' '/..'))" || dirname "$0"`/python""" "$0" "$@"
# -*- coding: utf-8 -*-
import sys

if __name__ == '__main__':
    from conda_env.cli.main import main
    sys.exit(main())
