Closed Bontempogianpaolo1 closed 3 years ago
Can I use Conda to create this environment or do you suggest something else?
As I know conda is already a good tool able to encapsulate python packages... you can use whatever you want! Just keep in mind this:
Virtual environment creation on Philae using Conda:
Conda installation:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod -x Miniconda3-latest-Linux-x86_64.sh
bash Miniconda3-latest-Linux-x86_64.sh
Virtual environment creation:
conda create --name pipelineEnv
environment location: /home/citarrella/miniconda3/envs/pipelineEnv
I also looked for Java and C++ package manager and I saved the relative links in "Package manager: useful links" #8 issue in case of need.
This environment should be a temporary and safe workspace on a server in order to figure out how everything works