Comments on: How to Setup Python Development Environment in Ubuntu and Fedora https://www.debugpoint.com/setup-python-environment-ubuntu-fedora/ Linux and Dev Portal Mon, 21 Nov 2022 08:22:23 +0000 hourly 1 By: Peter Mortensen https://www.debugpoint.com/setup-python-environment-ubuntu-fedora/#comment-653 Mon, 18 Jan 2021 16:15:39 +0000 https://www.debugpoint.com/?p=4865#comment-653 Correction:

“ln -l /usr/bin/python”

should be:

“ls -l /usr/bin/python”

(The former results in the error message: “ln: invalid option — ‘l’ . Try ‘ln –help’ for more information.”)

]]>
By: chika tambun https://www.debugpoint.com/setup-python-environment-ubuntu-fedora/#comment-655 Sat, 13 Jun 2020 23:08:39 +0000 https://www.debugpoint.com/?p=4865#comment-655 # pip3 install ipython would be great for developement

]]>