QualiSystems / shellfoundry

:shell::factory: CloudShell package CLI build tool
Apache License 2.0
11 stars 20 forks source link

Add support for pip 19 in shellfoundry dist #232

Closed Costya-Y closed 5 years ago

Costya-Y commented 5 years ago

Issue details

Right now, if you have pip 19 installed shellfoundry dist command will fail with import error

Steps to reproduce

  1. Update pip to latest
  2. Create new Shell using shellfoundry new
  3. Enter created shell folder
  4. Run shellfoundry dist

Affected version:

All

Affected platforms

Please fill additional environment specific configuration

Costya-Y commented 5 years ago

Finished