Skip to content

Madhava-mng/venv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

venv

viritual invironment for termux

installation:

  • copy the command and past it in to termux
#copy from hear

export TMP=$(mktemp -d) && cd $TMP &&\
pkg update && pkg upgrade -y &&\
pkg install wget python tor -y &&\
wget https://github.com/Madhava-mng/venv/raw/main/venv/venv_0.0.4_all.deb.tar &&\
tar -xvf venv_0.0.4_all.deb.tar && apt install ./venv_0.0.4_all.deb

# ends hear

usage:

$ venv --help
venv: linux viritual environment for termux.

    show            Print all linux environment.
    pull <name>     Pull linux environment.
    list            Print all pulled linux env.
    run <name>      Launch env.
    remove <name>   Remove the env permenently.
    upgrade         upgrade the venv.
    kill-tor        Kill the tor service.
    help, --help    To show this message.

show all env:

$ venv show

pull env:

  • pull [distro] [name]
  • [name] is optional
$ venv pull alpine test1

list pulled env:

$ venv list

launch:

  • run [name]
$ venv run test1
localhost:~# sh setup.sh
localhost:~# exit
$ venv run --torify test1

remove:

  • remove [name]
$ venv remove test1

source:

  • Andronix

os:

  • Android

language:

  • Python3.x.x

uninstall:

$ apt remove venv

About

viritual Environment for termux

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages