Code Monkey home page Code Monkey logo

Comments (7)

manoatsas avatar manoatsas commented on June 15, 2024

Given OS version using Snap install, installing all the packages in requirements.txt would do, I'd think.

from viya4-iac-azure.

thpang avatar thpang commented on June 15, 2024

I would continue to use the apt tools as Snap does not always have the outcome one desires. As a side note, python3 is not the default python version on the Jump box, 2.7 still is setup as the default. If needed the alternate option needs to be setup to force python3 as the default on this system.

from viya4-iac-azure.

andybouts avatar andybouts commented on June 15, 2024

Do I need to do a fork and PR for this to be included ... or are you saying that someone will add using apt like I indicated above?

from viya4-iac-azure.

thpang avatar thpang commented on June 15, 2024

I believe there is already a section in the cloud-init script to add packages it could be added there. Yes as a clone/fork and PR would be appreciated. Will there be a focus on making python3 the default on the vm once it's active?

from viya4-iac-azure.

andybouts avatar andybouts commented on June 15, 2024

I can look at that, I cannot recall offhand if I had to make it the default or if I just ran the commands as python3 ...

from viya4-iac-azure.

thpang avatar thpang commented on June 15, 2024

I've done this on Ubuntu before here are the commands:

sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1

from viya4-iac-azure.

thpang avatar thpang commented on June 15, 2024

In talking with Norm on this one, the IAC code base will install only docker. That will be the extent of the 3rd party tooling installation on the Jump VM. If folks want to enhance the server on their own, they can.

from viya4-iac-azure.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.