@keirFox it's usually a shell command to import environment variables, not explicitly a binary or script. Just part of the shell, similar to how 'if' or '[[' also are (unless you're on busybox for some reason with its faux-bash)
Conversation
Notices
-
Embed this notice
Kay Ohtie (kayohtie@blimps.xyz)'s status on Sunday, 16-Feb-2025 03:17:50 JST Kay Ohtie
- Adi Nugroho likes this.
-
Embed this notice
keirFox (keirfox@tiggi.es)'s status on Sunday, 16-Feb-2025 03:17:51 JST keirFox
How is it that I must use "source" to enter into a Python virtual environment but "which source" returns absolutely nothing at all? Where does this mysterious command come from?