1 Star 0 Fork 0

陆旭峰/pymol-open-source

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
PACKAGING 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
Thomas Holder 提交于 2019-02-12 19:03 . update INSTALL, PACKAGING, README
*********************
PyMOL Packaging Guide
*********************
===========================
PyMOL environment variables
===========================
Typical installations don't require any environment variables to run
PyMOL. PyMOL will automatically assign the following variables if they
are unset:
PYMOL_PATH = First of:
- <pymol python module> + "/pymol_path"
- parent of the "modules" directory if launch script matches
"modules/pymol/__init__.py"
- sys.prefix + "/share/pymol"
PYMOL_DATA = $PYMOL_PATH/data
PYMOL_SCRIPTS = $PYMOL_PATH/scripts
=======================================================
Suggested File Locations (for package managed installs)
=======================================================
== pymol package ==
modules/pymol -> /usr/lib/pythonX.X/site-packages/pymol
modules/chempy -> /usr/lib/pythonX.X/site-packages/chempy
modules/pmg_tk -> /usr/lib/pythonX.X/site-packages/pmg_tk
== pymol-data package ==
scripts -> /usr/share/pymol/scripts (RUNTIME REQUIREMENT)
data -> /usr/share/pymol/data (RUNTIME REQUIREMENT)
Installable with:
python setup.py install --pymol-path=/usr/share/pymol
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/FloveMY/pymol-open-source.git
git@gitee.com:FloveMY/pymol-open-source.git
FloveMY
pymol-open-source
pymol-open-source
master

搜索帮助