| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8c5ea63 commit 3105fb1
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7085,7 +7085,7 @@ function usePyPy(majorVersion, architecture) { | |||
| 7085 | 7085 | core.addPath(installDir); | |
| 7086 | 7086 | core.addPath(_binDir); | |
| 7087 | 7087 | // Starting from PyPy 7.3.1, the folder that is used for pip and anything that pip installs should be "Scripts" on Windows. | |
| 7088 | - if (IS_WINDOWS) { | ||
| 7088 | + if (utils_1.IS_WINDOWS) { | ||
| 7089 | 7089 | core.addPath(path.join(installDir, 'Scripts')); | |
| 7090 | 7090 | } | |
| 7091 | 7091 | const impl = 'pypy' + majorVersion.toString(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments