Merged
Conversation
added 2 commits
October 17, 2012 20:31
or it breaks pip completely and the virtualenv fails.
Contributor
Author
|
I accidently pushed a second commit into this - it uses $requirements.sha1 instead of requirements.sha so that multiple python::requirements can be used. Let me know if you need me to back this out and make it a separate pull. |
stankevich
added a commit
that referenced
this pull request
Nov 2, 2012
Fixed no HTTP proxy case. Added app_interface.
sorreltree
added a commit
to sorreltree/puppet-python
that referenced
this pull request
Jul 21, 2015
stankevich
added a commit
that referenced
this pull request
Sep 1, 2015
Fixed no HTTP proxy case. Added app_interface.
shivapoudel
pushed a commit
that referenced
this pull request
Sep 1, 2015
siebrand
pushed a commit
to siebrand/puppet-python
that referenced
this pull request
Oct 12, 2021
Add unit test for verifying requirements installation to declared venv
siebrand
pushed a commit
to siebrand/puppet-python
that referenced
this pull request
Feb 22, 2022
Add unit test for verifying requirements installation to declared venv
siebrand
pushed a commit
to siebrand/puppet-python
that referenced
this pull request
Sep 13, 2022
Add unit test for verifying requirements installation to declared venv
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
You cannot set the http_proxy environment to false or it breaks pip completely and the virtualenv fails:
/Stage[main]/Python::Config/Service[gunicorn]/ensure: ensure changed 'stopped' to 'running'
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: New python executable in /opt/edx/bin/python
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: Installing distribute.............................................................................................................................................................................................done.
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: Installing pip...............done.
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: Running virtualenv with interpreter /usr/bin//python
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: Cannot fetch index base URL http://pypi.python.org/simple/
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: Could not find any downloads that satisfy the requirement distribute in /opt/edx/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: No distributions at all found for distribute in /opt/edx/lib/python2.7/site-packages/distribute-0.6.24-py2.7.egg
/Stage[main]/Edx::Python/Python::Virtualenv[/opt/edx]/Exec[python_virtualenv_/opt/edx]/returns: Storing complete log in /root/.pip/pip.log
Error: mkdir -p /opt/edx && export http_proxy=false && virtualenv -p
which python/opt/edx && /opt/edx/bin/pip install --upgrade distribute pip returned 1 instead of one of [0]