Skip to content

mojopaa/menv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

menv

Mojo venv

Installation and Usage

  • git clone [email protected]: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