Jonathan Peacher · @djpeacher
37 followers · 101 posts · Server fosstodon.org

Poetry creates its own when it gets installed, separate from your installed dependencies 😵‍💫

#TIL #venv

Last updated 1 year ago

robrich · @robrich
9 followers · 90 posts · Server hachyderm.io
Diego Cordoba 🇦🇷 · @d1cor
547 followers · 2330 posts · Server mstdn.io

Hoy les comparto el artículo que publicamos ayer en @juncotic!

@AndreaCNavarroM habla de cómo usar entornos virtuales en con ... útil para mantener paquetes con diferentes versiones para apps que corran en entornos virtuales distintos.

Espero que les sea útil!
---
RT @juncotic
¡Nuevo post en el blog!

Hoy sobre 😄

Veremos cómo crear entornos virtuales en Python usando el módulo , y aprenderemos a instalar libr…
twitter.com/juncotic/status/16

#python #venv

Last updated 1 year ago

I got Columbo'd.

I'm converting from 2 to 3. Over a couple weeks go the whooole thing done and only had to install a couple OS packages and recreate my with newer versions of the existing packages.

Then it turned out there was another tiny GUI I forgot about. I'm on day 4 of working on that single piece and have already installed 6 more OS packages and 2 more python ones.

There's also a triumvirate of bugs that together have forced me to do something mildly illegal.

#python #venv

Last updated 1 year ago

Spencer · @spencer
8 followers · 117 posts · Server nrw.social

@steffo Step 2 should be and editable installs. Welcome to

#venv #packaging

Last updated 2 years ago

Edwin Welling⁴² · @ewelling
188 followers · 187 posts · Server social.linux.pizza

Voor een proof-of-concept voor een Airbase is een collega met begonnen.

Vandaag samen met hem weer veel dingen geleerd die je eigenlijk helemaal niet wilt weten.

We gooide bijna de handoek in de ring door een cocktail van een en een met eigen certificaatjes. Nu toch feest. 🥳

#proxy #venv #python

Last updated 2 years ago

k69 · @k69
0 followers · 1 posts · Server mstdn.jp

Twitter 「VSCodeにPython開発環境を作る方法」の
ブログ記事を書きました

k69blog.com/posts/python-env-v

これからPython開発を方は
是非参考にしてください😆




#vscode #エンジニアと繋がりたい #駆け出しエンジニアと繋がりたい #flake8 #autopep8 #venv #python

Last updated 2 years ago

jebelkrong · @jebelkrong
16 followers · 45 posts · Server mastodon.sdf.org

Any folks using pdm.fming.dev ? I’m used to working inside the after activating a virtual environment. Am I missing something?

#python #venv

Last updated 2 years ago

Paolo Melchiorre · @paulox
481 followers · 295 posts · Server fosstodon.org

@hozy I found it weird too, because it's an external package and is module of the :python: standard library, so, as you did, I've choose other and I wrote in the text input. 😅

#virtualevnv #venv #python

Last updated 2 years ago

Mal eine Frage an die Python Coder im Fediverse.
Welchen Vorteil bringt es mir wenn ich venv nutze anstatt das dich die Module direkt auf der Maschine (Pi) installiere.
So richtig hab ich das noch nicht verinnerlicht.

#advantage #venv #python

Last updated 2 years ago

Mohamed · @kentoseth
117 followers · 352 posts · Server fosstodon.org

How to find a virtual environment without installing any packages:

`sudo find / -name "*activate" -type f`

This will look in the entire system structure and will look for the `activate` file.

#python #venv #virtualenv

Last updated 2 years ago

· @101101000
35 followers · 105 posts · Server qoto.org

That / and various other similar hacks have got to be some of the most outrageously incompetent developments I've seen in the software scene in the last couple of centuries.

The fact that there are like half a dozen different tools trying to coerce the wretched thing to get around python's atrocious design is in itself telling of how rubbish Python is.

It is indeed the ultimate example of the "million flies can't be wrong" argument.

#python #virtualenv #venv

Last updated 2 years ago

codedpenguin · @codedpenguin
26 followers · 65 posts · Server tech.lgbt

Enjoying Poetry's multi-environment support: `poetry env use 3.10` is really cool.

#python #venv

Last updated 2 years ago

Hella · @unixwitch
370 followers · 1911 posts · Server mastodon.bayern

Geht es euch auch so?

und Virtuelle Umgebung () - super nützlich.

Aber beim Umstieg von zu wechselt man das Tool: Was vorher virtualenv hiess, heisst jetzt venv. Und die Syntax und magischen Handbewegungen sind ganz anders (argh).

Damit ich das nicht mehr durcheinander bringe, habe ich es mir aufgeschrieben:
unixwitch.de/de/sysadmin/tools
(Kleiner Bonbon: wie man python-scripts mit VENV in cron-jobs aufruft)

#python #venv #python2 #python3

Last updated 5 years ago

numahell · @numahell
670 followers · 11760 posts · Server mastodon.tetaneutral.net

[Dev] Goodbye Virtual Environments? (en) medium.com/@grassfedcode/goodb
PEP 582 propose une autre manière d'installer et d'isoler des paquets python, en se passant des environnements virtuels

#dev #pep582 #venv #python

Last updated 6 years ago