Python Forum
Buildtools installation on python 3.6.4
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Buildtools installation on python 3.6.4
#14
Still doing it wrong.
There should be no (Phoenix) then you using is build in venv.
Here from start in cmder.
C:\1
# Make a folder
λ mkdir sphinx_env
C:\1
λ cd sphinx_env

# Now install and create virtualenv
C:\1\sphinx_env
λ pipenv install Sphinx
Creating a virtualenv for this project…
Using base prefix 'c:\\python36'
.........

Adding Sphinx to Pipfile's [packages]…
Locking [dev-packages] dependencies…
Locking [packages] dependencies…
Updated Pipfile.lock (0b3f5f)!

# Now Activate folder
C:\1\sphinx_env
λ pipenv shell
Launching subshell in virtual environment. Type 'exit' to return.

# Can now test that folder is active
C:\1\sphinx_env
λ pipenv --venv
C:\Users\Tom\.virtualenvs\sphinx_env-VX9zYBMK
λ which python
/c/Users/Tom/.virtualenvs/sphinx_env-VX9zYBMK/Scripts/python

# Now run sphinx
C:\1\sphinx_env
λ sphinx-quickstart
Welcome to the Sphinx 1.6.5 quickstart utility.
..............

C:\1\sphinx_env
λ make html
Running Sphinx v1.6.5
making output directory...
loading pickled environment... not yet created
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 1 source files that are out of date
updating environment: 1 added, 0 changed, 0 removed
reading sources... [100%] index
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [100%] index
generating indices... genindex
writing additional pages... search
copying static files... done
copying extra files... done
dumping search index in English (code: en) ... done
dumping object inventory... done
build succeeded.

Build finished. The HTML pages are in _build\html.

C:\1\sphinx_env
λ
Reply


Messages In This Thread
RE: Buildtools installation on python 3.6.4 - by snippsat - Jan-07-2018, 08:36 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python installation for old MacOS Yonix 1 539 Sep-21-2023, 03:32 PM
Last Post: menator01
  Installation of packages to newest Python version from previous one Andrzej_Andrzej 3 928 Jul-15-2023, 11:32 AM
Last Post: snippsat
  How to see the date of installation of python modules. newbieAuggie2019 4 1,719 Mar-31-2023, 12:40 PM
Last Post: newbieAuggie2019
  Getting "SSL client not supported by this Python installation" error prabirsarkar 0 993 Mar-13-2023, 05:01 PM
Last Post: prabirsarkar
  python installation/running inside singularity container erdemath 2 1,874 Sep-21-2022, 08:13 AM
Last Post: erdemath
Question Python V3.11 Installation Help Danno 2 1,144 Aug-11-2022, 02:30 AM
Last Post: Danno
  Portable installation of Python possible? pstein 2 3,150 Nov-15-2020, 12:14 PM
Last Post: snippsat
  python and openCV installation dejhost 16 11,033 Aug-04-2020, 02:23 AM
Last Post: snippsat
  No Scripts File present after python installation ag2207 5 4,990 Jul-30-2020, 11:11 AM
Last Post: buran
  Cannot find Python installation folder when I install Anaconda bsbsbsbs 1 2,257 Jul-14-2020, 03:14 PM
Last Post: dgrunwal

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020