Discussion Overview
The discussion revolves around how to open a .py file in Sublime Text from a terminal console, with participants sharing their experiences and methods for achieving this on different operating systems.
Discussion Character
- Technical explanation
- Exploratory
Main Points Raised
- One participant initially expresses a desire to open a Python file using Sublime Text instead of gedit, seeking guidance on the terminal command.
- Another participant suggests using the command "sublime hello.py" but notes it does not work.
- A later reply clarifies that the correct command is "subl hello.py," indicating a common misunderstanding about the program name.
- One participant mentions the general pattern of using " " in Unix-type systems, acknowledging variations like the program name being "subl" instead of "sublime."
- Another participant shares a method for macOS users, using the "open" command to select the appropriate editor or viewer, and describes creating an alias for convenience.
Areas of Agreement / Disagreement
Participants do not reach a consensus on a single method, as different commands and approaches are discussed, reflecting varying experiences and preferences.
Contextual Notes
Some methods are specific to certain operating systems, and there may be assumptions about familiarity with terminal commands and configurations that are not explicitly stated.