REMnux / salt-states

This repository maintains the SaltStack state files for the REMnux distro.
https://REMnux.org
39 stars 21 forks source link

Fix venv symlink issues #272

Closed digitalsleuth closed 10 months ago

digitalsleuth commented 10 months ago

This fixes the errors which came up with the introduction of the virtualenv states. This will uninstall the previous package from the /usr/bin/python3 environment and create a symlink to the new virtualenv file.

lennyzeltser commented 10 months ago

Thank you for addressing this! I just issued v2024.2.1 to include this fix.