mojopaa / menv

Mojo venv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

menv

Mojo venv

Installation and Usage

  • git clone git@github.com:mojopaa/menv.git
  • cd menv
  • pip install pdm
  • pdm install -d
  • Open venv:
    • Windows: .venv\Scripts\activate
    • Linux: . .venv/bin/activate
  • Run menv -h
  • Run menv .test
  • Run source .test/bin/mactivate
  • Test with which mojo

References

About

Mojo venv

License:MIT License


Languages

Language:Python 64.7%Language:PowerShell 23.5%Language:Shell 8.2%Language:Batchfile 3.6%