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
I regularly waste a bit of time because when I want to activate an environment, I need to give the path. As the absolute path is often long, I need to provide the relative one which means I need to check which is the current working directory. This is not a show-stopper, but a flow-stopper :-).
Sometimes, I manage to get it wrong and therefore activate a non-existing directory, happily add a package to the environment and spend the next minutes with debugging errors which do not fit my mental model.
Can't we just check all packages which are already added or developed when only a package name without any path information is provided for activate and activate that existing environment even if it is not in the current working directory?
I think this is probably what we want in more than 99% of the cases. In the remaining cases where you already have a package Package and want to create a new environment in the current directory with the same name, you could still activate ./Package in the package REPL.
The text was updated successfully, but these errors were encountered:
I regularly waste a bit of time because when I want to activate an environment, I need to give the path. As the absolute path is often long, I need to provide the relative one which means I need to check which is the current working directory. This is not a show-stopper, but a flow-stopper :-).
Sometimes, I manage to get it wrong and therefore activate a non-existing directory, happily add a package to the environment and spend the next minutes with debugging errors which do not fit my mental model.
Can't we just check all packages which are already
add
ed ordevelop
ed when only a package name without any path information is provided foractivate
and activate that existing environment even if it is not in the current working directory?I think this is probably what we want in more than 99% of the cases. In the remaining cases where you already have a package
Package
and want to create a new environment in the current directory with the same name, you could stillactivate ./Package
in the package REPL.The text was updated successfully, but these errors were encountered: