Results 4 comments of Matt South

Ive hit this issue. If I try to run the pip upgrade I see: ``` matt@testckan:~$ python3 -m pip install --upgrade pip /usr/bin/python3: No module named pip matt@testckan:~$ source /usr/lib/ckan/default/bin/activate...

Yes this has indeed worked for me. Many thanks @Anrecky

On further testing I can see that the reproduction I created above uses a fork of this project: JorgenVatle/meteor-vite (I hadnt spotted the switch of the skeleton to use it)...

A workaround Ive used is a second config file, i.e. vite.preview.js that's based on the default but doesnt have the library config. Then change your packages.json preview script to be...