You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users often need to set up similar development environments for different projects. This feature would allow them to save these environments as presets and quickly recreate them when needed.
For example, a user frequently creates Flask applications with PostgreSQL and SQLAlchemy. Instead of manually setting up the environment each time, they could use a preset.
Creating a Preset
yen preset webdev-psql -r requirements.txt
Using a Preset
yen create venv --preset webdev-psql
Additional Details
Presets would be stored locally on the user's computer.
Users could manage multiple presets for different project types.
The text was updated successfully, but these errors were encountered:
Users often need to set up similar development environments for different projects. This feature would allow them to save these environments as presets and quickly recreate them when needed.
For example, a user frequently creates Flask applications with PostgreSQL and SQLAlchemy. Instead of manually setting up the environment each time, they could use a preset.
Creating a Preset
Using a Preset
Additional Details
The text was updated successfully, but these errors were encountered: