Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork940
Commitb54c346
committed
Use "python" in the virtual env, "python3" outside
This changes the build command to run with "python" when in avirtual environment, since all virtual environments support thiseven when "python" outside it is absent or refers to the wrongversion.On Windows, virtual environments don't contain a python3 command,but a global python3 command may be present, so the errors areconfusing. This fixes that by avoiding such errors altogether.1 parentcc202cc commitb54c346
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
26 |
| - | |
27 |
| - | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
28 | 30 |
| |
29 |
| - | |
| 31 | + | |
| 32 | + | |
30 | 33 |
| |
31 | 34 |
| |
32 | 35 |
| |
|
0 commit comments
Comments
(0)