First time here? Check out the FAQ!
0

I cannot find askbot-setup file in Linux

I have installed askbot pip install askbot

I have also installed python-dev via package manager

I have searched the file system but cannot find this setup file. I know that I can manually go through the config files. Just wondering if anyone else has seen this, and if I need to do anything for this setup script to be installed.

Any help would be greatly appreciated!

anonymous user
asked 2013-01-10 14:54:25 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

I was able to figure it out. I originally tried installing askbot via pip pip install askbot

Switched to easy_install and can now see askbot-setup easy_install askbot

Thanks!

Doug5280's avatar
83
Doug5280
answered 2013-01-15 13:15:12 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments
1

The askbot-setup file will be installed in the /bin directory of your python environment.

Just type askbot-setup and it should run. If it does not - then you may be outside of your python environment.

Evgeny's avatar
13.2k
Evgeny
answered 2013-01-10 15:31:40 -0500, updated 2013-01-10 15:32:17 -0500
edit flag offensive 0 remove flag delete link

Comments

I searched the entire file system and no luck finding this. Can you tell me the package names that you installed for Python and askbot?

Doug5280's avatar Doug5280 (2013-01-11 09:26:44 -0500) edit
add a comment see more comments