Currently, we use make install in already created livemarks which doesn't play really well on Windows. We can have something like livemark install just to isolate pip interactions. This command should provide a venv option.
We can also consider using something like livemark run install/init
PS.
Consider having livemark data as an alias to livemark run data similar to what NPM has
Overview
Currently, we use
make install
in already created livemarks which doesn't play really well on Windows. We can have something likelivemark install
just to isolate pip interactions. This command should provide avenv
option.We can also consider using something like
livemark run install/init
PS. Consider having
livemark data
as an alias tolivemark run data
similar to what NPM has