f90e615 Use sys.executable -m virtualenv (fixup repeated usage)

Authored and Committed by churchyard 5 years ago
    Use sys.executable -m virtualenv (fixup repeated usage)
    
    When the list in cmd was just assigned, the args were added to original.
    This blew up in repeated usage, calling:
    
        python -m virtualenv -p pythonX.Y venv -p pythonX.Y venv ...
    
    Instead, we copy it now.
    
        
  • Build completed
    success
    Built as python-pytest-virtualenv-1.2.11-9.fc30
    5 years ago
  • Build completed
    success
    Built as python-pytest-virtualenv-1.2.11-9.fc29
    5 years ago
file modified
+3 -3