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!

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)
anonymous user
asked 12 years ago

Comments

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!

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)
Doug5280's avatar
83
Doug5280
answered 12 years ago
link

Comments

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.

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 12 years ago, updated 12 years ago
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 (12 years ago)
see more comments