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
Whatever it takes really - need to find a way for obvious reasons. I can also remove the virtualenvironment setup for linux when this is solved (which was only there as a band-aid for this issue)
The text was updated successfully, but these errors were encountered:
current status with this: have purged all sudo usage for python but for dotnet was having issues with file permissions and requiring sudo for various dotnet tooling etc. on linux... (bare metal).
I found "snap" the best user experience personally... but if I am able to work out a reproducible way of configuring it (+ IDE etc.) then will drop the 'sudo' command as soon as possible. (it would actually make pipelines and docker usage easier as well)
I found a workaround for the issue where I was unable to install the sdk without sudo priviledges:
By adding:
site.ENABLE_USER_SITE = "--user" in sys.argv[1:]
to the top of setup.py
ref: pypa/pip#7953
Whatever it takes really - need to find a way for obvious reasons. I can also remove the virtualenvironment setup for linux when this is solved (which was only there as a band-aid for this issue)
The text was updated successfully, but these errors were encountered: