Mojo venv
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
- Windows:
- Run
menv -h
- Run
menv .test
- Run
source .test/bin/mactivate
- Test with
which mojo