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
Since the python 2 has been deprecated, Ubuntu OS does not ship the /usr/bin/python command. The shebang used in this project's files references it though, which leads to module failures on Ubuntu OS. In order to improve the expected behavior, the shebangs **should be replaced with #!/usr/bin/env python3.
The text was updated successfully, but these errors were encountered:
What
Since the python 2 has been deprecated, Ubuntu OS does not ship the
/usr/bin/python
command. The shebang used in this project's files references it though, which leads to module failures on Ubuntu OS. In order to improve the expected behavior, the shebangs **should be replaced with#!/usr/bin/env python3
.The text was updated successfully, but these errors were encountered: