Revision history [back]
Make sure you have built an pipevn environment in the project directory and install all packages in Piplfile.
> pipenv install
Get the python executable path
> pipenv --py
/Users/Leon/.local/share/virtualenvs/stone-bi.py-s6oh35tQ/bin/python
Copy the path into Wing project setting.Wing -> Project -> Project Properties... -> Environment -> Python Executable
Thus Wing should detect the pipenv environment correctly.
Make sure you have built an pipevn environment in the project directory and install all packages in Piplfile.
>
pipenv
> pipenv --py
/Users/Leon/.local/share/virtualenvs/stone-bi.py-s6oh35tQ/bin/python
/Users/Leon/.local/share/virtualenvs/stone-bi.py-s6oh35tQ/bin/python
Copy the path into Wing project setting.Wing -> Project -> Project Properties... -> Environment -> Python Executable
Thus ExecutableThus Wing should detect the pipenv environment correctly.