First time here? Check out the FAQ!
0

develop askbot
 

I downloaded the latest askbot code by using the following command

git clone git://github.com/ASKBOT/askbot-devel.git

and then used the following command

python setup.py develop

and got the following error :

error: invalid command 'develop'

Am I missing something ?

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
kintali's avatar
141
kintali
asked 13 years ago

Comments

see more comments

1 Answer

0

Hi, you might be missing python-setuptools, try

pip install setuptools

and then repeat the command that did not work for you.

To enter a block of code:

  • enter empty line after your previous text
  • paste or type the code
  • select the code and press the button above
Preview: (hide)
Evgeny's avatar
13.2k
Evgeny
answered 13 years ago, updated 13 years ago
link

Comments

see more comments