thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.84k stars 189 forks source link

Python Virtual Environment #141

Open shawnljohnson1980 opened 3 years ago

shawnljohnson1980 commented 3 years ago

I tried to activate my virtual environment and it said source was not a valid command. Also with Django , I tried to run server and get an issue with permissions.

bummoblizard commented 3 years ago

Hi! Regarding virtual environment, it's unsupported at the moment. As for Django, try this command python manage.py runserver --noreload.

sylvoie commented 2 years ago

Hello,

Can you add me too to this issue?

Vitual environment is really important when you develop python project. Can you consider to add this feature to CodeApp?

About python manage.py runserver —noreload, you are aware that is not cool to stop the server and restart the server each time you touch a line of code of your project! I hope it’s a temporary fix!

Thank’s

CustomIcon commented 2 years ago

i also recently bought the app, its going to be more efficient if the developer could add bash and source binary to shell. thanks in advance!