Remove unused user
kwarg to python.mkvirtualenv()
function
guess that used to be a thing? but no longer
This commit is contained in:
parent
eae08ad5d4
commit
8221537728
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ def configure_virtualenvwrapper(c, user, workon_home='/srv/envs', wrapper='/usr/
|
|||
|
||||
|
||||
def mkvirtualenv(c, name, workon_home='/srv/envs', python=None,
|
||||
use_sudo=True, user=None, runas_user=None):
|
||||
use_sudo=True, runas_user=None):
|
||||
"""
|
||||
Make a new Python virtual environment.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue