Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation of python #3789

Closed
dnyt84 opened this issue Dec 24, 2019 · 0 comments
Closed

Installation of python #3789

dnyt84 opened this issue Dec 24, 2019 · 0 comments
Labels
status: accepted This issue has been accepted for implementation type: documentation A change or addition to the documentation

Comments

@dnyt84
Copy link

dnyt84 commented 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

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: documentation A change or addition to the documentation labels Dec 26, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: documentation A change or addition to the documentation
Projects
None yet
Development

No branches or pull requests

2 participants