JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q43412F
  • License MIT

春天小猪python虚拟环境

Package Exports

  • node-pythonenv

Readme

pythonenv

使用

  • 提供 python 虚拟运行环境
npm install @chuntianxiaozhu/pythonenv
{
  "scripts": {
    "python:script": "python-env src/index.py",
    "pip:install": "python-pip install -r requirements.txt"
  }
}