I have been studying python crash course using Geany as the book says, but I recently found out there's no "terminal" tab in my Geany, only status, compiler, messages and scribble. I did a lot of research on line but couldn't find any way to add it in, the website mentioned VTE, and some suggestion for linux, and my computer is window 10. I've been struggle to find the way to add it in but no success, what should I do? Please help! Thank you in advance!
window 10, how can I get terminal tab in Geany
2.3k Views Asked by Andy At
1
There are 1 best solutions below
Related Questions in PYTHON
- new thread blocks main thread
- Extracting viewCount & SubscriberCount from YouTube API V3 for a given channel, where channelID does not equal userID
- Display images on Django Template Site
- Difference between list() and dict() with generators
- How can I serialize a numpy array while preserving matrix dimensions?
- Protractor did not run properly when using browser.wait, msg: "Wait timed out after XXXms"
- Why is my program adding int as string (4+7 = 47)?
- store numpy array in mysql
- how to omit the less frequent words from a dictionary in python?
- Update a text file with ( new words+ \n ) after the words is appended into a list
- python how to write list of lists to file
- Removing URL features from tokens in NLTK
- Optimizing for Social Leaderboards
- Python : Get size of string in bytes
- What is the code of the sorted function?
Related Questions in GEANY
- Adding custom path to gcc command
- Defining Functions for Geany "Filetype"
- C++ code doesn't work in geany
- How to link math.h library in geany?
- Make Geany recognize additional file extensions
- copy+paste >8k rows in geany and gedit with default options no longer works, is there a copy/paste limit?
- Geany: Is it possible to load basedir contents in Files tab when project is opened?
- Resolve Conflicts with Python 2.7 & 3.6 on MacOS Sierra
- OpenCV Libraries in CPP (Specifically, file letter_recog.cpp)
- Make on a Raspberry Pi "not recognized as an internal or external command"
- How to compile in -std=c99 in Geany
- How can I block select in Geany?
- Geany: Syntax highlighting for #define
- using Fortran Module from external files
- geany does not open terminal to run my code, unless there is another terminal window is open
Related Questions in GEANY-PLUGIN
- Geany: Is it possible to load basedir contents in Files tab when project is opened?
- Is there a way to integrate Geany to Github? How it's done?
- Geany: How to increase the font size of plugin MultiTerm in Geany text editor?
- Geany Plugin Preferences not available on ubuntu 14.04
- How can I debug C in Geany?
- Geany keyboard issue
- I use Geany 1.36 on ubuntu 20.04, but I do not find the debugger pluging, How can I debug?
- macOS Issue when installing geany plugins
- Geany: Can we open a website link from geany text editor?
- How can i configure my Geany Text Editor like this below picture?
- How to include additional directories when configuring makefiles
- For Geany on Windows 11, how can I create a "build and run" command?
- How can I adjust the Geany date format when using a keyboard shortcut?
- window 10, how can I get terminal tab in Geany
- Paranthesis closure in Geany for c++
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Embedded terminal emulation (VTE) is the missing feature in the Windows build as said in Geany wiki.
You can find more information about this case "Terminal/console feature on Windows #675"
You tagged this question Python, it looks like
GeanyPygives a Python REPL, look in the mentioned issue above.