Created
January 23, 2019 15:57
-
-
Save knzm/fca0a824178f0dd1ebff247e01c7c412 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ VIRTUALENV_VERSION=16.2.0 virtualenv . | |
Traceback (most recent call last): | |
File "/usr/bin/virtualenv", line 11, in <module> | |
sys.exit(main()) | |
File "/usr/lib/python2.7/site-packages/virtualenv.py", line 704, in main | |
options, args = parser.parse_args() | |
File "/usr/lib/python2.7/optparse.py", line 1384, in parse_args | |
values = self.get_default_values() | |
File "/usr/lib/python2.7/site-packages/virtualenv.py", line 579, in get_default_values | |
return optparse.Values(defaults) | |
File "/usr/lib/python2.7/optparse.py", line 841, in __init__ | |
setattr(self, attr, val) | |
TypeError: attribute name must be string, not 'NoneType' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment