概述
2019独角兽企业重金招聘Python工程师标准>>>
python安装
$ git clone https://github.com/yyuu/pyenv.git ~/.pyenv
$ echo 'export PYENV_ROOT="$HOME/.pyenv"' >> ~/.bash_profile
$ echo 'export PATH="$PYENV_ROOT/bin:$PATH"' >> ~/.bash_profile
$ pyenv install 3.5.2
buildout安装
$ mkdir buildtest && cd buildtest
$ wget https://bootstrap.pypa.io/bootstrap-buildout.py
$ touch buildout.cfg
$ python bootstrap-buildout.py
$ mkdir src
$ bin/buildout init
- 配置文件buildout.cfg
[buildout]
show-picked-versions = true
develop = .
parts = rtest
# offline = true
find-links =
http://pypi.douban.com/simple
http://pypi.fcio.net/simple
#relative-paths = true
#versions = versions
#[versions]
#dependent-scripts = true
[rtest]
recipe = zc.recipe.testrunner
eggs = core.jet
项目构建
- 运行
$ bin/buildout
$ bin/buildout -o 离线模式
- 测试
$ bin/rtest
项目代码
转载于:https://my.oschina.net/jackywyz/blog/729126
最后
以上就是贪玩鸡翅为你收集整理的几种语言原生开发环境构建之--Python语言的全部内容,希望文章能够帮你解决几种语言原生开发环境构建之--Python语言所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复