Quantcast
Channel: Programming Forums
Viewing all articles
Browse latest Browse all 51036

python path on mac

$
0
0
First steps in python causing me a problem
If I enter python in a terminal it returns python2.7.3
When using textwrangler it returns 2.7.2

How can I make the path default to 2.7.3

This works by pasting into a terminal but not from textwrangler
#! /usr/bin/env python
import cv2


Viewing all articles
Browse latest Browse all 51036

Trending Articles