10 lines
443 B
Text
10 lines
443 B
Text
|
# Output should be freeform text. asdf decides how to reformat it.
|
||
|
|
||
|
echo 'asdf-python can automatically install a default set of Python packages with pip right after installing a Python version. To enable this feature, provide a $HOME/.default-python-packages file that lists one package per line, for example:
|
||
|
|
||
|
ansible
|
||
|
pipenv
|
||
|
|
||
|
You can specify a non-default location of this file by setting a ASDF_PYTHON_DEFAULT_PACKAGES_FILE variable.
|
||
|
'
|