您好,我已经基于 python3构建了我自己的数学版本(https://github.com/mathics/Mathics ),并通过在终端上键入安装在我的机器上(我正在使用 ubuntu)
python3 setup.py --help install
mathics 的 setup.py 所在的位置。现在我想把我的数学版本发给我的导师,但他正在使用 Mac os X。手续一样吗?假设他安装了 python3 。有什么具体的指示让他送他吗?
先感谢您 !
您好,我已经基于 python3构建了我自己的数学版本(https://github.com/mathics/Mathics ),并通过在终端上键入安装在我的机器上(我正在使用 ubuntu)
python3 setup.py --help install
mathics 的 setup.py 所在的位置。现在我想把我的数学版本发给我的导师,但他正在使用 Mac os X。手续一样吗?假设他安装了 python3 。有什么具体的指示让他送他吗?
先感谢您 !
Installing from github source isn't recommended unless you are a developer. (And if you were a developer you probably wouldn't be asking the question.)
When you go to the github link you cited, you'll see a list of versions and packages for Mathics from repology.org
Many of these are old. However if you install from docker on dockerhub you'll get a fairly recent version.