Using virtualenv with Wing
I am looking to partition my projects by running virtualenv. For those who don't know, virtualenv creates a clean copy of any chosen python on your system, within the folder of your project. My thinking from here is that all I need to do is point wing at the project Python installed by virtualenv and all should work from there.
I set the Python executable to custom and enter the path as .../Users/dgp/Library/Mobile Documents/com~apple~CloudDocs/02-Python Projects/02-PP02/BBH_MachineLearning/bin/Python3.6
Just for good measure I set the Python Path to Custom and entered this .../Users/dgp/Library/Mobile Documents/com~apple~CloudDocs/02-Python Projects/02-PP02/BBH_MachineLearning/binWhen I clicked OK to move back to the project I get this...
Some values are invalid:
- Python executable '/Users/dgp/Library/Mobile Documents/com/Users/dgpapple/Users/dgpCloudDocs/02-Python Projects/02-PP02/BBH_MachineLearning/bin/Python3.6' was not found. It should be the name of a Python interpreter that is on your PATH (such as python, python3.4, python.exe) or the full path to the Python interpreter you wish to use.
Some warnings were also encountered:
- PYTHONPATH entry '/Users/dgp/Library/Mobile Documents/com/Users/dgpapple/Users/dgpCloudDocs/02-Python Projects/02-PP02/BBH_MachineLearning/bin' does not exist or cannot be found
Please correct the values and try again
It looks like the tilda's in the apple cloud path are confusing wing. Are there any escape codes I could use in the path that would enable what i am trying to do to work?
Thanks in advance
Comments
Could you check to be sure the pathnames are correct by running python3.6 in the terminal? Wing may be having problems with the ~ characters -- which can be used to specify the home directory. If this is the problem, the workaround may be to create a symbolic link to the BBH_MachineLearning directory. Note that setting python path to custom is not needed here.
Sorry, I'm not used to work with forum. Yes it is a duplicate of the question above. I didn't realized it was an other question when i wrote it this morning.