I'll try to explain this, hopefully it makes sense.
I had installed a virtual env a while ago in the directory: desktop/project_website/test_project/env to do some websites.
I also installed scrapy on the desktop/project_website/test_project/env/Scripts dir. 
The problem is that whenever I use the command prompt to run scrapy I need to be in this specific directory, so all the files that scrapy creates are made in here, not in the directory where my project is (that is desktop/project_website/Scrapy)
So how would I would I be able to run scrapy in the dir that I want? Thanks.
 
    