Skip to content

Instantly share code, notes, and snippets.

@knzm
Created January 23, 2019 15:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save knzm/fca0a824178f0dd1ebff247e01c7c412 to your computer and use it in GitHub Desktop.
Save knzm/fca0a824178f0dd1ebff247e01c7c412 to your computer and use it in GitHub Desktop.
$ 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