Anchor | ||||
---|---|---|---|---|
|
Tip |
---|
Info |
Know more about how to migrate pythonabout migration of python version from python2.x to pyhton3. x onx on Windows as well as on Linux. |
Expand | ||
---|---|---|
| ||
Python Installation steps to follow on windows:--
|
Panel | |
---|---|
|
|
Info |
---|
In AWS Machine - Python 2.x is in-built, can not be uninstall. |
Expand | ||
---|---|---|
| ||
ln -s /opt/source folder /user/bin/Destination Folder .Source Folder- Path where python3.x has downloaded after running shell script of python. .Destination Folder - Path where python3.x needs to be update to run python globally. Example: ln -s /opt/py3/Python-3.7.4/python /usr/bin/python3
|
Back to Top