You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ensure that -p and --python options are consistent
The option parsing in mkvirtualenv was not handling
the long-form of --python with the value attached
to the same argument using = (it only worked if the
option and value were separate command line arguments).
Addresses issue #190.
Signed-off-by: Doug Hellmann <[email protected]>
0 commit comments