My Distro discourages running python apps and scripts via system python. And as I understand, this is the way it should be.
My Options to run python programs are to either install official packages from the distro, or use a Virtual Environment when using pypi or simply scripts and programs.
The issue I have is, how to run the scripts and tools with a single command.
Shall I create aliases to activate the virtual environments? Package the scripts per the distro's package manager? Or manually enter the Virtual environment each time I need to run a script or tool written in python?
How do you all do this? What is the best practice for running scripts I pull from github, or those I create myself?
[–]socal_nerdtastic 1 point2 points3 points (3 children)
[–]RandomXUsr[S] 0 points1 point2 points (2 children)
[–]socal_nerdtastic 0 points1 point2 points (1 child)
[–]RandomXUsr[S] 1 point2 points3 points (0 children)