Joris Kinable

  • Gurobi-versary
  • First Question
  • First Comment
  • 合計アクティビティ 4
  • 前回のアクティビティ
  • メンバー登録日
  • フォロー 0ユーザー
  • フォロワー 0ユーザー
  • 投票 1
  • サブスクリプション 1

アクティビティの概要

Joris Kinableさんの最近のアクティビティ
  • Joris Kinableさんがコメントを作成しました:

    It turns out, the solution is quite easy. Instead of invoking: >python setup.py install one can simply invoke: > python setup.py build -b /tmp/gurobi install The -b flag specifies a custom build di...

  • Joris Kinableさんが投稿を作成しました:

    installing gurobi in python requires root access

    回答済み

    Installing Gurobi with the python anaconda package manager is easy and does not require root access. A regular user can simply create a new virtual environment and install the gurobi package: > con...