Commit Graph

7 Commits

Author SHA1 Message Date
88b34e83a3 Fix Makefile to use python3 for venv creation and pip installation
- Replaced 'python' with 'python3' for better compatibility on Arch-based systems
- Added ensurepip call to guarantee pip availability inside virtual environment
- Improved venv creation logic and ensured setuptools/wheel upgrade
- Fixed potential 'pip not found' (Error 127) issue during installation

https://chatgpt.com/share/68f2a922-63f8-800f-a6d6-18b8d06b7139
2025-10-17 22:38:32 +02:00
598d455e6b Activated python venv for zsh und bash 2025-08-08 09:38:18 +02:00
20065e88a0 (Hopefully) Optimized python venv integration. If it leads to bugs, you know wehere to find them. 2025-07-24 18:46:39 +02:00
c7f9b546a6 Added creation of .bashrc file when not existing 2025-07-13 20:05:53 +02:00
e20b8cd884 Added virtual environment for python 2025-04-27 22:38:52 +02:00
be9bfb46c6 added --break-system-packages to Makefile 2025-04-01 15:43:32 +02:00
baa604f7ba Optimized setup procedure 2025-04-01 15:37:07 +02:00