Hello,
I just met some behaviour I do not understand with
:
I just met some behaviour I do not understand with
/bin/csh:
- Create a python venv:
python3 -m venv --system-site-packages myvenv - Activate it:
source myvenv/bin/activate.csh - Check PATH,
/usr/home/myuser/myvenv/binis before/usr/local/bin - Install a python module that comes with executable scripts that also exist in
/usr/local/bin, for instance by installing sysutils/iocage and doing a separatepython setup.py installfrom inside the venv. - When I run
which iocageor justiocage -v, the one that comes up is the one in/usr/local/bin.