Using pip for installing and managing Python packages.

An easy_install replacement is pip.
The pip installs packages and managing Python packages.
Let’s try to install packages.

Install the pip package.
The recommended way to use the pip tool is within virtualenv since every virtualenv has pip installed in it automatically.

Let’s try again with PyOpenGL and PyOpenGL_accelerate packages.

Now we can test these two packages. First is PyOpenGL.

…and PyOpenGL_accelerate:

This is working only on my_new_env.
That is all for now. I will try to do some examples with these packages.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.