python - Installing pip for python3.3 -
I downloaded the POP
Then I
then Also, when I try to use pip-3.3 then the terminal is compliant. - Bash: Pip-3.3: Command not found
However, pip-2.7 works with deployment. I have also tried
curl-o http://python-distribute.org/distribute_setup.py sudo python3.3 distributed_setup.py sudo python3.3 - M easy_IPP but pp3.3 still does not work. What do I do to install PIP for Python 3.3?
Note that there is a related thread, but the answer is simply "install distribute ... and then use it to set up the pipe" which is not useful for me because I tried to do it And it is not working.
The probability is that pip successfully somewhere However, is not anywhere probably not on your PATH and therefore you do not know the shell (Bash) where to find it. For me, pip-2.6 has been installed in: / library / framework / python. Frameworkwork / version-2.6 / bin / This is a common route for you (3.3 instead of 2.6). Of course, the shell is dependent on adding to PATH . On the shell-like shell you use export and you use setenv for CSS-like shells - and for convenience, you may want to make changes In your shell's initialization file (such as ~ / .bashrc or ~ / .bash_profile or something like that)
Comments
Post a Comment