Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Global environments for experimentation and one-off work #1299

Open
wolthom opened this issue Jul 31, 2024 · 1 comment
Open

Global environments for experimentation and one-off work #1299

wolthom opened this issue Jul 31, 2024 · 1 comment

Comments

@wolthom
Copy link

wolthom commented Jul 31, 2024

Hey There,

I hope this is the right place for a feature idea / request:

Alongside my work in Python, I also regularly dabble / script in Julia.

Two very useful features (especially in combination) are flexible selection of the active Julia version (via juliaup) and global environments.
If I understand this page of the documentation correctly (Shims), the first is already very nicely integrated (e.g. by running python +3.11).

The second feature would make this an awesome combination.
In Julia, a user can run:

using Pkg
Pkg.activate("@ds")

Which corresponds to an environment located at ~/.julia/environments/ds.

I don't have a strong perspective on the details for rye so far, but find myself regularly missing a global playground e.g. for data science experimentation, trying out new packages etc. (With Python in general, that is.)

Opinions on this are very welcome!

Best regards,
Wolf

@MatthewScholefield
Copy link

Related: #1093

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants