[PR #128] [MERGED] replace 'source' with '.' for sh #159

Closed
opened 2026-02-26 01:33:25 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jeffknupp/sandman2/pull/128
Author: @mevdschee
Created: 10/10/2019
Status: Merged
Merged: 5/19/2020
Merged by: @jeffknupp

Base: masterHead: patch-1


📝 Commits (1)

  • 4d6822e replace 'source' with '.' for sh

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 Makefile (+2 -2)

📄 Description

To avoid this error:

$ make install
python -m venv venv && \
	source venv/bin/activate && \
	pip install -r requirements.txt
/bin/sh: 2: source: not found
Makefile:7: recipe for target 'install' failed
make: *** [install] Error 127

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jeffknupp/sandman2/pull/128 **Author:** [@mevdschee](https://github.com/mevdschee) **Created:** 10/10/2019 **Status:** ✅ Merged **Merged:** 5/19/2020 **Merged by:** [@jeffknupp](https://github.com/jeffknupp) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`4d6822e`](https://github.com/jeffknupp/sandman2/commit/4d6822ecab7d6108a677910caf82815867e0f1c7) replace 'source' with '.' for sh ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Makefile` (+2 -2) </details> ### 📄 Description To avoid this error: ``` $ make install python -m venv venv && \ source venv/bin/activate && \ pip install -r requirements.txt /bin/sh: 2: source: not found Makefile:7: recipe for target 'install' failed make: *** [install] Error 127 ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 01:33:25 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/sandman2-jeffknupp#159
No description provided.