I’d like to work in my virtualenv from textmate 2, but i really have no idea on how to indicate text mate the env of python it has to use.
If anyone can help, thank you.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You will probably need to use a wrapper script, to first activate the virtualenv and then (within virtualenv) start the textmate2 process.
wrapper example: