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!
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.