mottosso / allzpark

Package-based application launcher for VFX and games production
https://allzpark.com
GNU Lesser General Public License v3.0
184 stars 38 forks source link

Update quickstart.md #147

Open frueter opened 1 year ago

frueter commented 1 year ago

added "--upgrade" option allzpark install in venv (under "Trouble Shooting/Permisison denied")

mottosso commented 1 year ago

Thanks for this, except it's not clear what --upgrade adds? It means that if allzpark was already installed, pip would normally ignore the command. But with --upgrade it would compare the version installed with the latest version, and upgrade if a newer one exists.

Since this is happening in a virtual environment, where allzpark is guaranteed to not exist, upgrade does not seem necessary. Am I getting that right?

frueter commented 1 year ago

I honestly don't know. All I can say is that it didn't work for me without the --upgrade option

On Thu, 16 Feb 2023, 9:58 pm Marcus Ottosson, @.***> wrote:

Thanks for this, except it's not clear what --upgrade adds? It means that if allzpark was already installed, pip would normally ignore the command. But with --upgrade it would compare the version installed with the latest version, and upgrade if a newer one exists.

Since this is happening in a virtual environment, where allzpark is guaranteed to not exist, upgrade does not seem necessary. Am I getting that right?

— Reply to this email directly, view it on GitHub https://github.com/mottosso/allzpark/pull/147#issuecomment-1432736821, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANFIKZ5D6O7ONU5URGB2T3WXXT3PANCNFSM6AAAAAAU5O5CIM . You are receiving this because you authored the thread.Message ID: @.***>

mottosso commented 1 year ago

Ok, I'm going to hold onto this PR until we can confirm the instructions are correct and have been tested at least once more.