I installed Spyder 3.2.4 on Debian unstable.

I had an existing project where I used vim as Editor and a shell script
to run everything. How can I adapt that solution now to the Spyder
concept?

Please see the shell script

#!/bin/bash

cd ~/share/work/Feedybus
python3 -m feedybus
exit


And this is how the project directory looks like

Feedybus:
    feedybus/
        __pycache__/
        application.py
        basics.py
        __init__.py
        __main__.py
        opml_import.py
        window.py
    Feedybus.sh*
    notes
    test_feedorida.py*

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to