Saturday, April 2, 2022

[SOLVED] How to edit a python(2.7) package from the command line in Linux machine. Note that I use python 3.9 in my machine

Issue

I couldn’t make changes in the file, how to edit this file and save it?! this is the file👇

src="https://i.stack.imgur.com/zNMwn.jpg" alt="this is the command I used to open the python package👇" />


Solution

Have you tried using:

sudo nano # Filename here


Answered By - Freddy Mcloughlan
Answer Checked By - David Goodson (WPSolving Volunteer)