You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think you should enforce virtualenv as a requirement to use bast
Then after running panther new app cd app panther init
this init command should then setup a virtualenv for that project ... so dependencies installed never conflicts
A better way i think is to use pipenv .... This solves the problem by bringing pip and env together Pipenv Doc
Using pipenv ... the panther init command runs runs pipenv shell to create a virtual env in the app directory instead
The text was updated successfully, but these errors were encountered:
I think you should enforce virtualenv as a requirement to use bast
Then after running panther new app
cd app
panther init
this init command should then setup a virtualenv for that project ... so dependencies installed never conflicts
A better way i think is to use pipenv .... This solves the problem by bringing pip and env together
Pipenv Doc
Using pipenv ... the panther init command runs runs pipenv shell to create a virtual env in the app directory instead
The text was updated successfully, but these errors were encountered: