#!/opt/anaconda1anaconda2anaconda3/bin/python3
import sys
from conda.cli import main

sys.exit(main())
