I would like to have two terminals running in different workspaces. What I want to do is having python2 and python3 running at the same time. Is this possible ? I'm using 14.04.
Asked
Active
Viewed 176 times
0
-
sure, but not sure what you mean; two terminals with a different python interpreter in each terminal? – Jacob Vlijm Mar 09 '15 at 20:07
-
1Yes, just open them and drag to different workspaces. – muru Mar 09 '15 at 20:07
-
You may have to enable workspaces first, please read How do I turn on workspaces? – Sylvain Pineau Mar 09 '15 at 20:12
1 Answers
1
It is possible. Open the terminal in a workspace using the shortcut:
Ctrl+Alt+T
Switch the workspaces using
Ctrl+Alt+←↑→↓
Again Open another terminal using the same keys or
if you have opened two terminals in the same workspace, you can switch to other workspaces using the shortcut
Ctrl+Shift+Alt+←↑→↓

Sooraj S
- 1,101