I have exactly the same issue as yours!! Can't run python 3.3 from Textmate 2!
-- View this message in context: http://textmate.1073791.n5.nabble.com/TextMate-2-and-Python-3-3-0-tp25945p26... Sent from the textmate users mailing list archive at Nabble.com.
On Sep 30, 2013, at 1:00 PM, simon zmsong@ymail.com wrote:
I have exactly the same issue as yours!! Can't run python 3.3 from Textmate 2!
Corrected this issue yesterday but hadn't yet deployed it. Just deployed in now so within a few hours the bundle should update and it will work again. (Provided you have automatic bundle updates enabled.)
Thanks you, Michael!! My textmate now runs python 3.3 script.
But I notice that if I add at the beginning of my script the shebang to set environment to python 3.3, the script no longer runs. (I also have a variable TM_python set to python 3.3).
On Sep 30, 2013, at 2:57 PM, Michael Sheets-2 [via TextMate] wrote:
On Sep 30, 2013, at 1:00 PM, simon <[hidden email]> wrote:
I have exactly the same issue as yours!! Can't run python 3.3 from Textmate 2!
Corrected this issue yesterday but hadn't yet deployed it. Just deployed in now so within a few hours the bundle should update and it will work again. (Provided you have automatic bundle updates enabled.)
textmate mailing list [hidden email] http://lists.macromates.com/listinfo/textmate
If you reply to this email, your message will be added to the discussion below: http://textmate.1073791.n5.nabble.com/TextMate-2-and-Python-3-3-0-tp25945p26... To unsubscribe from TextMate 2 and Python 3.3.0, click here. NAML
-- View this message in context: http://textmate.1073791.n5.nabble.com/TextMate-2-and-Python-3-3-0-tp25945p26... Sent from the textmate users mailing list archive at Nabble.com.
On Oct 1, 2013, at 1:24, simon zmsong@ymail.com wrote:
But I notice that if I add at the beginning of my script the shebang to set environment to python 3.3, the script no longer runs. (I also have a variable TM_python set to python 3.3).
If your script has a shebang, that is what TM uses to run your script.
It’ll fallback on TM_PYTHON only if there is no shebang.
So likely your shebang is incorrect, more info required if you need further help.
So you are saying that if I have TM_PYTHON, then I'll be fine without the shebang script.
The shebang I entered was: #! usr/local/bin/python 3.3
I think another one should do the same: #! usr/bin/env python3.3
Thanks!
On Oct 1, 2013, at 2:46 AM, Allan Odgaard-4 [via TextMate] wrote:
On Oct 1, 2013, at 1:24, simon <[hidden email]> wrote:
But I notice that if I add at the beginning of my script the shebang to set environment to python 3.3, the script no longer runs. (I also have a variable TM_python set to python 3.3).
If your script has a shebang, that is what TM uses to run your script.
It’ll fallback on TM_PYTHON only if there is no shebang.
So likely your shebang is incorrect, more info required if you need further help.
textmate mailing list [hidden email] http://lists.macromates.com/listinfo/textmate
If you reply to this email, your message will be added to the discussion below: http://textmate.1073791.n5.nabble.com/TextMate-2-and-Python-3-3-0-tp25945p26... To unsubscribe from TextMate 2 and Python 3.3.0, click here. NAML
-- View this message in context: http://textmate.1073791.n5.nabble.com/TextMate-2-and-Python-3-3-0-tp25945p26... Sent from the textmate users mailing list archive at Nabble.com.
O I see. Thank you for pointing it out! Silly mistakes..
Sent from Yahoo! Mail on Android
-- View this message in context: http://textmate.1073791.n5.nabble.com/TextMate-2-and-Python-3-3-0-tp25945p26... Sent from the textmate users mailing list archive at Nabble.com.