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
The first line of the file setup.py is as follows:
#/usr/bin/env python
(ie. missing a ! symbol)
Attempting to eecute the file with the command ./setup.py results in some strange errors. A work-around is to execute the file using python setup.py instead.
The text was updated successfully, but these errors were encountered:
The first line of the file setup.py is as follows:
(ie. missing a ! symbol)
Attempting to eecute the file with the command
./setup.py
results in some strange errors. A work-around is to execute the file usingpython setup.py
instead.The text was updated successfully, but these errors were encountered: