Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 464 Bytes

File metadata and controls

39 lines (24 loc) · 464 Bytes

cosmo-env

sets up a hermetic bash environment with only cosmo tools on it

building

this downloads and unpacks dependencies

with a normal shell

./build.sh

with powershell

./build.ps1

activating

this sets environment variables, and launches an interactive bash session

with normal shell

cd your/project
path/to/cosmo-env/activate.sh

with powershell

cd your/project
path/to/cosmo-env/activate.ps1