如何在ubuntu 14.4中的django项目中设置python解释器

时间:2015-02-26 18:21:11

标签: python linux django ubuntu amazon-ec2

enter image description here

我正在使用Ubuntu 14.4 LTS实例在ec2上设置django项目。我想用python 3和django编写我的代码。我跟随http://www.nickpolet.com/blog/deploying-django-on-aws/1/并且能够让django开始页面正常工作。但是之前我将django添加到默认的python 2.7和安装的python 3.4中。现在我不知道我跑的时候用的是哪个django:

django-admin.py startproject testproject.

有没有办法检查并理想地设置它?

修改:现在关注https://robinwinslow.co.uk/2013/12/26/python-3-4-virtual-environment/

我试过了:

 ~$ pyvenv-3.4 djenv
Error: Command '['/home/ubuntu/djenv/bin/python3.4', '-Im',  'ensurepip',   '--upgrade', '--default-pip
']' returned non-zero exit status 1

知道我做错了吗?

0 个答案:

没有答案