Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Make runserver.py executable from /scripts directory #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Make runserver.py executable from /scripts directory #19

wants to merge 1 commit into from

Conversation

fakhrizulkifli
Copy link

This is a small changes to make sure the user can execute the server directly from where it is located (/scripts directory).

@llazzaro
Copy link
Contributor

This will break scripts after the project is installed.
Have you installed the project with setup.py? After installation you will have the "runserver" command available.
If you still want to execute inside scripts directory add to PYTHONPATH the root directory of the project.
With the pull request changes it will only work from the scripts directory only and it wil break all installations.
You can install multiav using pip + git with:
pip install git+https://github.com/joxeankoret/multiav.git
and then execute runserver from any directory.

Hope ti helps

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants