Python3 Installed Successfully, But Cannot Be Opened In Terminal
Yesterday I've reinstalled my Mac OS X 10.8, before this reinstallation there were python2.7.5 and python3.3.2 installed on my machine and worked fine, but after this system reinst
Solution 1:
The solution is to unset $PYTHONPATH
, then everything goes on well.
Post a Comment for "Python3 Installed Successfully, But Cannot Be Opened In Terminal"