Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
heroku-buildpack-python
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
heroku-buildpack-python
Commits
085d2953
Commit
085d2953
authored
Mar 18, 2015
by
Kenneth Reitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "sub-env pip-install"
This reverts commit
3c283914
.
parent
c229070c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
compile
bin/compile
+1
-1
pip-install
bin/steps/pip-install
+1
-5
No files found.
bin/compile
View file @
085d2953
...
@@ -167,7 +167,7 @@ source $BIN_DIR/steps/pylibmc
...
@@ -167,7 +167,7 @@ source $BIN_DIR/steps/pylibmc
source
$BIN_DIR
/steps/cryptography
source
$BIN_DIR
/steps/cryptography
# Install dependencies with Pip.
# Install dependencies with Pip.
s
ub-env
$BIN_DIR
/steps/pip-install
s
ource
$BIN_DIR
/steps/pip-install
# Django collectstatic support.
# Django collectstatic support.
sub-env
$BIN_DIR
/steps/collectstatic
sub-env
$BIN_DIR
/steps/collectstatic
...
...
bin/steps/pip-install
View file @
085d2953
#!/usr/bin/env bash
source
$BIN_DIR
/utils
# Install dependencies with Pip.
# Install dependencies with Pip.
puts-step "Installing dependencies with pip"
puts-step "Installing dependencies with pip"
...
@@ -17,4 +13,4 @@ cp requirements.txt .heroku/python/requirements-declared.txt
...
@@ -17,4 +13,4 @@ cp requirements.txt .heroku/python/requirements-declared.txt
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
[ ! "$FRESH_PYTHON" ] && bpwatch stop pip_install
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first
[ "$FRESH_PYTHON" ] && bpwatch stop pip_install_first
echo
echo
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment