Andreas

Results 31 comments of Andreas
trafficstars

Thanks for your thorough instructions, I've just tried everything out, but still get this error: ``` $ sphinx-build -E -a docs/source docs/build/confluence -b confluence Running Sphinx v4.4.0 sphinxcontrib.confluencebuilder error: ---...

I succeeded so far only by employing a workaround with the [confluence-disable-ssl-validation](https://sphinxcontrib-confluencebuilder.readthedocs.io/en/stable/configuration/#confluence-disable-ssl-validation). Based on a conversation with the IT support of my client, I was able to gather the following...

I installed it according to the instructons [this GitHub](https://github.com/pyenv-win/pyenv-win#installation) using `chocolatey`: `choco install pyenv-win` Then, I applied step 1 to 5 of all the [following installation instructions](https://github.com/pyenv-win/pyenv-win#finish-the-installation), in spite of...

Alright, I will choose one of the other ways on Monday and let you know. Btw, what's the best way to uninstall it, typing the command `pyenv uninstall` in PowerShell...

I've uninstalled everything as you told me and opted for installing it this time via `git clone https://github.com/pyenv-win/pyenv-win.git "$HOME/.pyenv"` within my **PowerShell without admin-rights**. Next, I followed along all the...

Btw, I realized that the versions get correctly installed, but you can't use them with `pyenv global ` or `pyenv local ` due to the same error as always `C:\Users\username\.pyenv\pyenv-win\libexec\pyenv.vbs(0,...

If it's possible, could you summarize a workable solution, please? I mean all of the above doesn't seem a very straightforward standardizable process to me. Of course, it'd be fabulous...

Hey @kirankotari, how are things going? Right now, I would have to use another python-version in paralell and wanted to install it using `pyenv`, again it did not work: ```...

Sorry, that does not work: ``` $ pyenv install 3.8.9 -r :: [Info] :: Mirror: https://www.python.org/ftp/python pyenv-install: definition not found: -r See all available versions with `pyenv install --list'. ```

Indeed, my current version is: `pyenv 2.64.5` I checked out how to update it [here](https://github.com/pyenv-win/pyenv-win#how-to-update-pyenv). With `git pull` in the folder `%USERPROFILE%\.pyenv\pyenv-win` it worked, the version is now: `pyenv 2.64.9`...