cjdcordeiro / pebble-to-rock-workshop

A repository for hosting the technical material for the Ubuntu Summit's "Container craftsmanship: from a Pebble to a ROCK" workshop
3 stars 0 forks source link

why this and not `python3.8*`? #2

Closed cjdcordeiro closed 1 year ago

cjdcordeiro commented 1 year ago

https://github.com/cjdcordeiro/pebble-to-rock-workshop/blob/e36c77337b0f9379e5618746f7084cbb2f5e7821/B.How_to_build_a_rock/rockcraft.yaml#L24

Are are you installing this package in particular and not the standard python3.8 package?

rebornplusplus commented 1 year ago

No particular reason. Let me change it to python3.8-venv since it is in focal-security and has a later version than the current one.

cjdcordeiro commented 12 months ago

I meant, why is it python3.8-venv? why the venv?