Skip to content

Commit c5f4217

Browse files
aminyafintzd
andauthored
chore: readme update (#2441)
Co-authored-by: hollossy <[email protected]> Co-authored-by: Amin Yahyaabadi <[email protected]> Co-authored-by: fintzd <[email protected]>
1 parent 4abfc1a commit c5f4217

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,9 +332,9 @@ Make sure to run `atom` from the command line to get full access to your environ
332332

333333
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.
334334

335-
If you want to use Python3 by default, you can open Atom Settings, `Atom→Preferences→Open Config Folder`, and open`.atom/packages/script/lib/grammars/python.coffee`, Changing `python` to `python3` under `'Selection Based'` and `'File Based'`, saving it.
335+
**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 `packagesscriptlib→grammar→python.js` to make your edits. It is also possible to directly edit the code under `.atom/packages/script/lib/grammars/python.js`
336336

337-
**Script: Run with profile** allows you to run scripts with saved profiles. Profiles can be added in **Script: Run Options** dialog.
337+
**Script: Run With Profile** allows you to run scripts with saved profiles. Profiles can be added in **Script: Run Options** dialog.
338338

339339
**Script: Kill Process** will kill the process but leaves the pane open.
340340

0 commit comments

Comments
 (0)