Skip to content

Correct way for install the Pyweed without any issue in ubuntu (LINUX) #130

@DasSenana

Description

@DasSenana

Use the virtual box and create a virtual machine with disk space of approximately 1TB or 2TB.

Then use the following steps in the Ubuntu platform.

sudo apt-get update
sudo apt-get install python 3.8
sudo apt install pip
pip install Obspy

curl -O https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-x86_64.sh
sha256sum Anaconda3-2023.09-0-Linux-x86_64.sh
bash Anaconda3-2023.09-0-Linux-x86_64.sh
source ~/.bashrc
conda info
conda update conda

Then run;
conda create -n pyweed -c conda-forge python=3 pyweed
conda activate pyweed
pyweed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions