-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
devexDevelopers, developers, developers (developer experience)Developers, developers, developers (developer experience)tech debtTechnical debtTechnical debt
Milestone
Description
macOS-specific setup steps:
- Install Docker Desktop for Mac
- Use Docker's menu bar icon to select:
- Settings > General > Virtual Machine Options > VirtioFS (info: macOS: task input files sporadically fail to mount (zero length) #461)
- Settings > Advanced > Allow the default Docker socket to be used
- Install Python using
brew install python3
or Miniforge (the OS/Xcode edition may have difficulties with CA certificates) - Either
pip3 install miniwdl
orconda install miniwdl
- In the terminal session,
export TMPDIR=/tmp
to let containers mount shared temporary directories (info) -
miniwdl run_self_test
Then, proceed through the Getting Started tutorial if so desired.
To set up for miniwdl development:
conda create miniwdl-dev pip jq coreutils
conda activate miniwdl-dev
pip3 install -r requirements.dev.txt
make qtest
(make sure which stat
refers to coreutils' version)
Metadata
Metadata
Assignees
Labels
devexDevelopers, developers, developers (developer experience)Developers, developers, developers (developer experience)tech debtTechnical debtTechnical debt