Skip to Main Content

Infrastructure Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Python path

happy10319Jun 5 2017 — edited Jun 8 2017

Hi,

I do the following:

export PATH=/home/myuser/python/Python-3.5.2:$PATH

But when:

$ type python

python is /usr/bin/python

Why I do not have:

python is /home/myuser/python/Python-3.5.2/python

Thank you.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 6 2017
Added on Jun 5 2017
10 comments
815 views