The system (RHEL 6.5) already have python installed in /usr/bin/python
I installed another version(3.3) in another directory /data/tools/python3, as I do not have root permission.
Now, I have 2 problem.
- How can I call python 3.3 seperately ?
- How to add module (pypyodbc) to python3.3 ? I intent to use she-bang for calling scripts in 3.3
/data/tools/python3, do you mean thepython3binary or the base directory i.e. do you have something like/data/tools/python3/bin/python3,/data/tools/python3/lib/..., etc.?