Installation of python #3089

Closed
opened 2025-12-29 18:25:32 +01:00 by adam · 0 comments
Owner

Originally created by @dnyt84 on GitHub (Dec 24, 2019).

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

Originally created by @dnyt84 on GitHub (Dec 24, 2019). <!-- Please indicate the nature of the change by placing an X in one of the boxes below. --> ### 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
adam added the status: acceptedtype: documentation labels 2025-12-29 18:25:32 +01:00
adam closed this issue 2025-12-29 18:25:32 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#3089