LoginSignup
0
0

More than 3 years have passed since last update.

cwltool の入れ方 201906

Last updated at Posted at 2019-06-28

概要

(石井、まだ書きかけです。)

cwltoolの入れ方がいろいろあるので、どれがよいのか、2019

結論

混ぜないほうがよいので、すでに既存環境整備している人は、それを使うのが良いかと思います。

debian/ubuntu の人は、apt
pip の人は、pip
conda の人は、conda

まっさらの人は、、、

debian/ubuntuの場合

apt-get install cwltool

pip の場合

python2系はそろそろサポートがおわるので、

pip3 install cwltool

ただ、このとき、コンパイルが必要なものがあるので、
必要があれば

apt-get install build-essential python3-dev

conda の場合

conda-forgeだと比較的最新版が入るとのこと。

参考情報

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0