Closed matthewfeickert closed 1 year ago
should be fixed now.
Great and thanks, things are working as expected now! :+1:
[bash][feickert]:pycolumnarprototype > . /release_setup.sh
Configured GCC from: /opt/lcg/gcc/11.2.0-8a51a/x86_64-centos7/bin/gcc
Configured AnalysisBase from: /usr/AnalysisBase/24.2.26/InstallArea/x86_64-centos7-gcc11-opt
(venv) [bash][feickert AnalysisBase-24.2.26]:pycolumnarprototype > python -m pip show numpy | grep Location
Location: /venv/lib/python3.9/site-packages
(venv) [bash][feickert AnalysisBase-24.2.26]:pycolumnarprototype > python -m pip uninstall --yes numpy
Found existing installation: numpy 1.26.1
Uninstalling numpy-1.26.1:
Successfully uninstalled numpy-1.26.1
(venv) [bash][feickert AnalysisBase-24.2.26]:pycolumnarprototype > python -m pip --quiet install --pre --upgrade 'coffea==2023.10.0rc1'
(venv) [bash][feickert AnalysisBase-24.2.26]:pycolumnarprototype > python -m pip list | grep 'numpy\|coffea'
coffea 2023.10.0rc1
numpy 1.25.2
(venv) [bash][feickert AnalysisBase-24.2.26]:pycolumnarprototype >
The end user should be able to fully control the
/venv/
virtual environment that gets picked up when. /release_setup.sh
is activated. At the moment, it seems that there are issues with the ownership belonging toroot
: