DEV Community

Discussion on: The new MacBook Pros are overpriced

 
rhymes profile image
rhymes • Edited

I have been writing and debugging Django apps using pycharm for a while, on WSL first I need to install ssh-server, create a virtual environment on wsl then set pycharms python interpreter to remote wsl server. That was the bare minimum for me to get started. Then came some little issues with filesystem watchers and etc. Adding up all of this made the experience quite annoying.

That sounds like a lot of hassle :D I didn't give it much of a thought but using WSL also means you have to configure another operating system inside your main one.

Thanks for the info!