Entware-for-kernel-3x / Entware-ng-3x

Ultimate repo for embedded devices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Package Request: Python3-venv

Sennevds opened this issue · comments

commented

Package: Python3-venv

It would be nice to have virtual env for python3
I have arm5

opkg install python3-light
opkg install python3-logging
# python3 -m venv -h
usage: venv [-h] [--system-site-packages] [--symlinks | --copies] [--clear]
            [--upgrade] [--without-pip] [--prompt PROMPT]
            ENV_DIR [ENV_DIR ...]

Creates virtual Python environments in one or more target directories.
.........