1 Star 0 Fork 9

mymcu / Multi-environ Technology

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
install.sh 1.12 KB
一键复制 编辑 原始数据 按行查看 历史
#!/usr/bin/env bash
#install path
mmpath=/usr/local/bin
#get pymake.sh path (current path)
filepath=$(cd `dirname $0`; pwd)
chmod +x ${filepath}/*.sh
install () {
sudo ln -sf ${filepath}/${sourcefile} ${mmpath}/${mmfile}
echo install ${mmfile}
}
#create pymake link
sourcefile=pymake.sh
mmfile=mm
install
sourcefile=pymake.sh
mmfile=pymm
install
sourcefile=pymake.sh
mmfile=pymake
install
sourcefile=pyenv.sh
mmfile=pyenv
install
sourcefile=pytype.sh
mmfile=pytype
install
sourcefile=pyexport.sh
mmfile=pyexport
install
sourcefile=pycmd.sh
mmfile=pycmd
install
sourcefile=pyexecvp.sh
mmfile=pyexecvp
install
sourcefile=pyccvp.sh
mmfile=pyccvp
install
sourcefile=pypython.sh
mmfile=pypython
install
sourcefile=pylanguage.sh
mmfile=pylanguage
install
sourcefile=pyclean.sh
mmfile=pyclean
install
sourcefile=pyinfo.sh
mmfile=pyinfo
install
sourcefile=pypaths.sh
mmfile=pypaths
install
sourcefile=pyedit.sh
mmfile=pyedit
install
sourcefile=pysys.sh
mmfile=pysys
install
sourcefile=pysystem.sh
mmfile=pysystem
install
sourcefile=pylocal.sh
mmfile=pylocal
install
sourcefile=pycustom.sh
mmfile=pycustom
install
echo installed.
Python
1
https://gitee.com/mymcu/PyMake.git
git@gitee.com:mymcu/PyMake.git
mymcu
PyMake
Multi-environ Technology
master

搜索帮助