sledgehammer/working-python¶
A map of ssh public keys to install for the root user
This param can be set to one of three different values:
-
auto
, which will remove /the /usr/bin/python link. When auto is in use, your Python scripts will need to explicitly choose which python interpreter to use, either via the#!
line at the start of the script or via more ornate means. -
/usr/bin/python2
, which will point/usr/bin/python
to python2 -
/usr/bin/python3
, which will point/usr/bin/python
to python3