Skip to content

Commit

Permalink
Fix compatibility with Python 2 in installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rmcgibbo committed Mar 21, 2016
1 parent d6c32fa commit 22e2a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basesetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def run_nbextension_install(self, develop):

def run(self):
print("Installing Python module...")
super(InstallCommand, self).run()
install.run(self)
print("Installing nbextension...")
self.run_nbextension_install(False)

Expand Down

0 comments on commit 22e2a57

Please sign in to comment.