holoviz-dev / pyctdev

Python packaging Common Tasks for Developers
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

Allow creation of an environment with more than just python and conda deps in it initially #67

Open ceball opened 4 years ago

ceball commented 4 years ago

I.e. instead of:

  1. Create env --python=3.7
  2. Activate env
  3. Install deps package1=1.0 package2 etc

Allow this:

  1. Create env python=3.7 package1=1.0 package2 etc

See https://github.com/holoviz/holoviz/pull/242#issuecomment-587528240 and other comments there.