I want to copy a file into all of my `python_distr...
# general
p
I want to copy a file into all of my
python_distribution
targets. Can I use
relocated_files
(maybe one per
python_distribution
target) to do that? Or will
relocated_files
move the file no matter where it is used (so only one
relocated_files
target per file)?
1
b
You got it right with 1.
relocated_files
is an fancy
cp <from> <to>