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

Ultimate repo for embedded devices
GNU General Public License v2.0
43 stars 6 forks source link

Package Request: Python3-venv #68

Closed Sennevds closed 6 years ago

Sennevds commented 6 years ago

Package: Python3-venv

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

zyxmon commented 6 years ago
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.
.........