• 0 Posts
  • 21 Comments
Joined 11 months ago
cake
Cake day: August 25th, 2023

help-circle




  • There are like 10,000 different solutions, but I would just recommend using what’s built in to python

    If you have multiple versions installed you should be able to call python3.12 to use 3.12, etc

    Best practice is to use a different virtual environment for every project, which is basically a copy of an existing installed python version with its own packages folder. Calling pip with the system python installs it for the entire OS. Calling it with sudo puts the packages in a separate package directory reserved for the operating system and can create conflicts and break stuff (as far as I remember, this could have changed in recent versions)

    Make a virtual environment with python3.13 -m venv venv the 2nd one is the directory name. Instead of calling the system python, call the executable at venv/bin/python3

    If you do source venv/bin/activate it will temporarily replace all your bash commands to point to the executables in your venv instead of the system python install (for pip, etc). deactivate to revert. IDEs should detect the virtual environment in your project folder and automatically activate it







  • Actually, I‘m just excluding companies like yours because they are making way too much revenue on the basis of FOSS without giving back

    You don’t know anything about my company? You don’t know what proportion of FOSS vs proprietary software we use, nor how much we give back lol.

    It would completely break the locked down proprietary software model and break walled gardens wide open.

    This is very pie in the sky. Your license idea only penalizes small to medium sized businesses. Alphabet’s 1% would just go to Chromium/AOSP, and Meta’s 1% would just go to React/Torch








  • bjorney@lemmy.catoCooking @lemmy.worldTortilla help please
    link
    fedilink
    arrow-up
    2
    arrow-down
    1
    ·
    5 months ago

    At least for corn tortillas, placing them in a tortilla keeper (steaming basket) after you cook them makes a world of difference when it comes to having pliable tortillas - you can just use a pot/saucepan with a lid.

    Baking powder in flour tortillas is common, helps them come out more like a light fluffy tortilla and less like a flat flour brick