def new():
"""Creates a new virtual environment with the package name.
"""
run('pew new --dont-activate --python={0} '
'{1}'.format(python_bin, package_name()))
verun('pip install --upgrade wheel')
verun('pip install --upgrade pip')
评论列表
文章目录