OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pypirc
(Results
1 - 6
of
6
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/python-gflags/
Makefile
8
# Check that the person has .
pypirc
9
@if [ ! -e ~/.
pypirc
]; then \
10
echo "Please create a ~/.
pypirc
with the following contents:"; \
/external/chromium-trace/catapult/third_party/python_gflags/
Makefile
8
# Check that the person has .
pypirc
9
@if [ ! -e ~/.
pypirc
]; then \
10
echo "Please create a ~/.
pypirc
with the following contents:"; \
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
register.py
81
raise ValueError('%s not found in .
pypirc
' % self.repository)
107
First we try to read the username/password from $HOME/.
pypirc
,
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
register.py
81
raise ValueError('%s not found in .
pypirc
' % self.repository)
107
First we try to read the username/password from $HOME/.
pypirc
,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py
81
raise ValueError('%s not found in .
pypirc
' % self.repository)
107
First we try to read the username/password from $HOME/.
pypirc
,
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py
81
raise ValueError('%s not found in .
pypirc
' % self.repository)
107
First we try to read the username/password from $HOME/.
pypirc
,
Completed in 1739 milliseconds