I'm trying to install lpy using conda on one existing environment
conda install openalea.lpy -c fredboudon -c conda-forge
and one new environment:
conda create -n lpy openalea.lpy -c fredboudon -c conda-forge
For the existing environment, strangely after installation and calling "lpy", there is nothing happening. However, for the new environment, "lpy" works and the visual lpy editor appear.
What did I do wrong for the existing environment?