From 788e059747ee565ae6f30194edaf3a7d700e7ef8 Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Tue, 6 Jul 2021 18:06:02 +0200 Subject: [PATCH] Update README.md As we all know, this is bad practice and shouldn't be encouraged. Alternatively, I'd add a bold warning about the consequences regarding package updates. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d3032da0..d0e3b654 100644 --- a/README.md +++ b/README.md @@ -332,8 +332,6 @@ Make sure to run `atom` from the command line to get full access to your environ Also, in this dialog you can save options as a profile for future use. For example, you can add two profiles, one for `python2.7` and another for `python3` and run scripts with a specified profile, which will be more convinient than entering options every time you want to switch python versions. -**Change Default Language** by opening Atom Settings as follows: `Atom→Preferences→Open Config Folder`. Then, you can use the tree-view to navigate to and open `packages→script→lib→grammar→python.js` to make your edits. It is also possible to directly edit the code under `.atom/packages/script/lib/grammars/python.js` - **Script: Run With Profile** allows you to run scripts with saved profiles. Profiles can be added in **Script: Run Options** dialog. **Script: Kill Process** will kill the process but leaves the pane open.