zazwaz12 / CITS3200---National-Housing-Simulation

National Housing Simulation - mapping data points from the G-NAF and the census data sets.
0 stars 0 forks source link

fuck devbox devenv is my new friend #65

Closed SodaVolcano closed 3 days ago

SodaVolcano commented 5 days ago

Summary of Changes

Replaces devbox with devenv <33333

Additional context

using devenv removes a lot of the hacks done in devbox (which doesn't work anyways since Python is not working for some reason). It retains the same functionality as before but just fixes python issue with importing dynamic C/C++ libraries.

Reece030130 commented 5 days ago

Is that important? troubled by dexbox and give it up. Maybe dexvenv will be my new friend too!

SodaVolcano commented 3 days ago

Is that important? troubled by dexbox and give it up. Maybe dexvenv will be my new friend too!

Oh I thought it's just me and @ctmes using this HAHA. devbox had some issue with Python which this fixes, Colin had broken Python installation which this also fixes. devenv also let you write alias so instead of typing poetry run python you just type python or py etc