-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix python virtual environment support.
This works with python 3.9, 3.10, 3.11 and 3.12 on MacOS.
- Loading branch information
1 parent
b3f0f66
commit 6271df8
Showing
4 changed files
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: Gwebu profile.d - cool date, prompt with history, aliases | ||
Name: gwebu-profile | ||
Version: 1.0.3 | ||
Version: 1.0.4 | ||
Release: 0 | ||
BuildArch: noarch | ||
License: GPLv2 | ||
|
@@ -41,6 +41,10 @@ install -m 0644 etc/profile.d/*.sh %{buildroot}%{_sysconfdir}/profile.d/ | |
|
||
|
||
%changelog | ||
* Mon Jul 15 2024 Doncho Gunchev <[email protected]> - 1.0.4-0 | ||
- Fix python virtual environment support. | ||
This works on MacOS with python 3.9, 3.10, 3.11 and 3.12. | ||
|
||
* Sun Jul 14 2024 Doncho Gunchev <[email protected]> - 1.0.3-0 | ||
- Initial python virtual environment support. | ||
|
||
|