Skip to content

Commit be79bdb

Browse files
committed
Revert changes to pip python version
1 parent cbb6c10 commit be79bdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generators/python/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const generatePythonClient = async (
6767
const replacementReadmeLocation = join(__dirname, "_README.md");
6868
await execute(`cp ${replacementReadmeLocation} README.md`, outputDir);
6969

70-
await execute("python3.7 -m pip install .", outputDir);
70+
await execute("python -m pip install .", outputDir);
7171

7272
await copyLicense("MIT", outputDir);
7373
};

0 commit comments

Comments
 (0)