-
@frank_pado @mathsppblog You don't have to explicitly activate it. On a Unix-like OS, you can run something like: venv/bin/python -m rich You can even install packages without explicitly activating the env: venv/bin/python -m pip install rich-cli
-
@frank_pado @mathsppblog It's incredibly useful when I have scripts that I wrote within and isolate using virtual environment and I use something like the above in cron jobs or even to run gunicorn or other apps through systemd without explicitly activating the env.
-
@frank_pado @mathsppblog Screenshots of installing and running rich in its own env without explicitly activating the env.