We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d5e098 commit ec6de22Copy full SHA for ec6de22
scripts/install.sh
@@ -87,12 +87,10 @@ linux_install_python() {
87
}
88
89
linux_update_pip() {
90
- PYTHONPATH=$(which $python)
91
- ohai "You are using python@ $PYTHONPATH$"
92
- ohai "Installing python tools"
93
- $python -m pip install --upgrade pip
+ ohai "Skipping pip upgrade in system Python (PEP 668). Will upgrade inside virtual environment."
94
95
+
96
linux_install_bittensor() {
97
ohai "Cloning bittensor@master into ~/.bittensor/bittensor"
98
mkdir -p ~/.bittensor/bittensor
0 commit comments