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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

python and pip

happy10319May 29 2018 — edited May 30 2018

Hi,

On OL 6,

[root@rac1]# python -V

Python 2.6.6

I run:

pip3 install virtualenv

bash: pip3: command not found

Then:

[root@rac1 ]# ./pip3 install virtualenv

bash: ./pip3: No such file or directory

So I run:

[root@rac1 ]# python –m pip3 install virtualenv

python: can't open file '–m': [Errno 2] No such file or directory

[root@rac1 ]# python pip3 install virtualenv

python: can't open file '–ip3': [Errno 2] No such file or directory

And:

[root@rac1 ]# yum install python3-pip qt5-qmake libqt5webkit5-dev

Loaded plugins: refresh-packagekit, security, ulninfo

Setting up Install Process

public_ol6_UEKR4                                                                                                                            | 1.2 kB     00:00   

public_ol6_latest                                                                                                                           | 1.4 kB     00:00   

No package python3-pip available.

No package qt5-qmake available.

No package libqt5webkit5-dev available.

Error: Nothing to do

Any help?

Thank you.

This post has been answered by Dude! on May 29 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 26 2018
Added on May 29 2018
5 comments
468 views