Fix python virtual environment support.
Some checks failed
Makefile CI / build (push) Has been cancelled

This works with python 3.9, 3.10, 3.11 and 3.12 on MacOS.
This commit is contained in:
Doncho Gunchev 2024-07-15 10:54:24 +03:00
parent b3f0f66356
commit 2ad5d376af
No known key found for this signature in database
GPG key ID: D3FF0619433A66E2
3 changed files with 12 additions and 7 deletions

View file

@ -1,7 +1,7 @@
Summary: Gwebu profile.d - cool date, prompt with history, aliases
Name: gwebu-profile
Version: 1.0.3
Release: 0
Release: 2
BuildArch: noarch
License: GPLv2
Source0: profile.d-%{version}-%{release}.tar.xz
@ -41,6 +41,10 @@ install -m 0644 etc/profile.d/*.sh %{buildroot}%{_sysconfdir}/profile.d/
%changelog
* Mon Jul 15 2024 Doncho Gunchev <doncho.gunchev@flyrlabs.com> - 1.0.3-2
- 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 <doncho.gunchev@flyrlabs.com> - 1.0.3-0
- Initial python virtual environment support.