https://github.com/redborder/redborder-malware-pythonpyenv
redborder python environment for malware packages
https://github.com/redborder/redborder-malware-pythonpyenv
autodelivery redborder-ng
Last synced: 2 months ago
JSON representation
redborder python environment for malware packages
- Host: GitHub
- URL: https://github.com/redborder/redborder-malware-pythonpyenv
- Owner: redBorder
- Created: 2025-09-22T08:44:04.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2026-03-10T11:10:48.000Z (4 months ago)
- Last Synced: 2026-03-10T15:20:55.917Z (4 months ago)
- Topics: autodelivery, redborder-ng
- Language: Makefile
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redborder-malware-pythonpyenv
This project install pyenv with python 3.11.13 and virtual environment
for dependencies of airlfow and cape
## Build
```
make rpm
```
## Installation
```
dnf install redborder-malware-pythonpyenv
```
## Testing airflow virtual environment
```
source /opt/airflow/venv/bin/activate
python -c 'import crewai; print('\''CrewAI version:'\'', crewai.__version__)'
```
## Testing cape virtual environment
```
/opt/redborder-cape/venv/bin/python -c 'import yara; print('\''yara version:'\'', yara.__version__)'
```