Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Fixed install when Python 3 is the primary version for the system and there are no modules currently installed for the other older version.
  • Loading branch information
Pysis868 committed Jan 10, 2022
1 parent 435b688 commit 5cf4d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2.7
#!/usr/bin/env python
# coding: utf-8

"""_
Expand Down

0 comments on commit 5cf4d6b

Please sign in to comment.