pip tag

46 questions


1 answers
118 views
0
When installing packages with pip, can I save them somewhere other than the default location?

pip install package_name will keep you in the same place.How do I install packages in a different location, such as a desktop?(Not because of Python virtual environment, I know this.)

2 years ago

1 answers
142 views
0
What if I want to see all the packages I installed with easy_install/pipe?

What if I want to see all the packages I installed with easy_install/pipe?(For Debian, use apt-get)

2 years ago

1 answers
110 views
0
I wonder how to install Python 3 version package from Ubuntu to pip

I'm using Ubuntu 12.04 and my computer has Python 2.7 and 3.5.Basically, it is linked to Python 2.7, so if you just pip, the 2.7 package will be installed right away, but I don't know what option to i...

2 years ago

1 answers
112 views
0
pg_config executable not found error

I want to install psycopg2, but I keep getting errorsIf you do pip install psycopg2 in the command window, Error: pg_config executable not found.Please add the directory containing pg_config to the PA...

2 years ago

1 answers
114 views
0
Which flag should I use to see all the packages that can be downloaded from pip?

Which flag should I use to view the entire package that can be pipinstall? I searched all the pip option in English, but I couldn't find it.

2 years ago

1 answers
103 views
0
How do I install pip on OSX?

How do I install pip in OS X?I've been looking all day, but I don't know how to do it ㅜㅜHelp me

2 years ago

1 answers
78 views
0
During django installation with cmd, an error appears and cannot be installed.

I want to install Python and django.Installation continues to fail with an error related to pip version. The same error appears when I try the pip upgrade command as shown below.I have no idea what th...

2 years ago

1 answers
159 views
0
I keep getting errors when installing pip

I always get this error when I say pip install -r requirements.txt. Please help me.

2 years ago

1 answers
118 views
0
How do I install psycopg2 with pip?

You must install psycopg2 in virtualenv.pip install http://pypi.python.org/packages/source/p/psycopg2/psycopg2-2.4.tar.gz#md5=24f4368e2cfdc1a2b03282ddda814160It's installed withI don't know what's wro...


1 answers
101 views
0
It is searched on the pip list, but it is not visible when importing.

Create and install user packagesPip list provides a good view of the installed packages.And if you import from Python code, you should see the name of the installed packageI can't see it. Please tell ...

pip
2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.