Buildenv.sh
Small sh/bash script that help to install python virtualenv and node virtualenv.
Install / Use
/learn @Lispython/Buildenv.shREADME
buildenv.sh
buildenv.sh is a small sh/bash script that help to install python virtualenv and node virtualenv.
Usage
To install buildenv.sh copy-paste this code to you shell::
curl https://raw.github.com/Lispython/buildenv.sh/master/env.sh > ./env.sh && chmod +x ./env.sh
or add buildenv.sh as submodule for you project::
git submodule add https://github.com/Lispython/buildenv.sh.git buildenv
Create in you project root sh/bash script (such as env.sh) with a similar content::
if [ ! -d "./buildenv/" ]; then git clone https://github.com/Lispython/buildenv.sh.git buildenv fi
. ./buildenv/buildenv.sh
also you can specify variables before buildenv.sh include::
PYTHON_VERSION="python2.7" # Spefied python version VENV_PATH="./venv" # Specified virtualenv location JS_REQ_FILE="./js-req.txt" # Specified node requirements file REQ_FILE="req.txt" # Specified python prod requirements file DEV_REQ_FILE="dev-req.txt" # Specified development requirements file JS_ENV_JOBS=10 # Nodeenv jobs
. ./buildenv/buildenv.sh
Build virtualenv by command::
./env.sh js
or::
./env.sh dev_py
CONTRIBUTE
#. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
There is a Contributor Friendly tag for issues that should be ideal for people who are not very familiar with the codebase yet.
#. Fork the repository_ on Github to start making your changes to the develop branch (or branch off of it).
#. Write a test which shows that the bug was fixed or that the feature works as expected.
#. Send a pull request and bug the maintainer until it gets merged and published.
.. _the repository: https://github.com/Lispython/buildenv.sh
Related Skills
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
346.4kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
346.4kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
