We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc3ec87 commit af1346fCopy full SHA for af1346f
packages/jsii-python-runtime/package.json
@@ -4,7 +4,7 @@
4
"description": "Python client for jsii runtime",
5
"main": "index.js",
6
"scripts": {
7
- "generate": "bin/generate",
+ "generate": "python3 bin/generate",
8
"deps": "python -m venv .env && .env/bin/pip install pip==19.0.1 setuptools==40.7.0 wheel==0.32.3 && .env/bin/pip install -r requirements.txt",
9
"build": "npm run generate && npm run deps && .env/bin/python setup.py sdist -d . bdist_wheel -d . && rm -rf build",
10
"package": "package-python",
0 commit comments