coopdevs / devenv

Simple script to create LXC development environments
8 stars 6 forks source link

Install the Python interpreter selected #15

Closed danypr92 closed 5 years ago

danypr92 commented 5 years ago

Why?

Now we are starting to use Python3 to run Ansible scripts and is already installed in the newest versions of Ubuntu.

In the future, we can remove this part of the script, but now we need to maintain the Python2.7 for any projects and Python3 to another one.

enricostano commented 5 years ago

Instead on relying that python3 is already installed in recent Ubuntu versions, I would just specify which Python version do you need. If it's already installed it will be skipped.