Installation of python #3789
Labels
status: accepted
This issue has been accepted for implementation
type: documentation
A change or addition to the documentation
Change Type
[ ] Addition
[x] Correction
[ ] Deprecation
[ ] Cleanup (formatting, typos, etc.)
Proposed Changes
during my installation this command executed but the symlink didn't work as a dot is missing
ln -s /usr/bin/python36 /usr/bin/python3
should be
ln -s /usr/bin/python3.6 /usr/bin/python3
The text was updated successfully, but these errors were encountered: