- use `pyenv` to manage the various develop environments
+ install several Python binaries
+ each environment receives its own `poetry` install
- add two virtual environments:
+ "interactive" => default environment with no library,
which receives accidental `pip install`s
+ "utils" => hosts various globally available tools/apps
(e.g., `mackup`)
- add installation and update scripts
3 lines
46 B
TOML
3 lines
46 B
TOML
[virtualenvs]
|
|
create = true
|
|
in-project = true
|