def verun(cmd):
"""Runs a command inside the virtual environment without
invoking it
Args:
cmd(str): Command to be run in the virtual env
Returns:
None
"""
run('pew in {0} {1}'.format(package_name(), cmd))
文章目录