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
Ironically, the python scripts in the scripts folder - bootstrap.py, setup.py, and build.py - do not yet support Python. This is because of the special need to generate the wheel for pip that is tied to the "other" setup.py script in the root folder of this repository. The setup.py script in the root folder is the "installer" for pypy.
One way we could better support the python target by wrapping them in the scripts would be to generate the (root) setup.py script from the scripts/setup.py script.
The text was updated successfully, but these errors were encountered:
Ironically, the python scripts in the scripts folder - bootstrap.py, setup.py, and build.py - do not yet support Python. This is because of the special need to generate the wheel for pip that is tied to the "other" setup.py script in the root folder of this repository. The setup.py script in the root folder is the "installer" for pypy.
One way we could better support the python target by wrapping them in the scripts would be to generate the (root) setup.py script from the scripts/setup.py script.
The text was updated successfully, but these errors were encountered: