Replies: 4 comments 4 replies
-
I do not see where it added anything to the profile |
Beta Was this translation helpful? Give feedback.
3 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
Thank you!
… On Mar 11, 2024, at 4:30 PM, xssdoctor ***@***.***> wrote:
~/.config/fabric/.env
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok , I checked, they are the correct api keys, I also have a lot of unused calls.
… On Mar 11, 2024, at 4:30 PM, xssdoctor ***@***.***> wrote:
~/.config/fabric/.env
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Having an issue getting it running:
fabric % curl -sSL https://install.python-poetry.org | python3 -
Retrieving Poetry metadata
Welcome to Poetry!
This will download and install the latest version of Poetry,
a dependency and package manager for Python.
It will add the
poetry
command to Poetry's bin directory, located at:/Users/myg/.local/bin
You can uninstall at any time by executing this script with the --uninstall option,
and these changes will be reverted.
Installing Poetry (1.8.1): Creating environment
Traceback (most recent call last):
File "", line 945, in
File "", line 923, in main
File "", line 560, in run
File "", line 581, in install
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/contextlib.py", line 117, in enter
return next(self.gen)
File "", line 653, in make_env
File "", line 639, in make_env
File "", line 317, in make
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/venv/init.py", line 66, in init
self.symlinks = should_use_symlinks(symlinks)
File "/Library/Developer/CommandLineTools/Library/Frameworks/Python3.framework/Versions/3.9/lib/python3.9/venv/init.py", line 31, in should_use_symlinks
raise Exception("This build of python cannot create venvs without using symlinks")
Exception: This build of python cannot create venvs without using symlinks
fabric % ./setup.sh
Installing python dependencies
./setup.sh: line 12: poetry: command not found
Updating /Users/myg/.bashrc
Command fabric not found in the current Poetry environment.
Command fabric-api not found in the current Poetry environment.
Command fabric-webui not found in the current Poetry environment.
Updating /Users/arberg/.zshrc
Command fabric not found in the current Poetry environment.
Command fabric-api not found in the current Poetry environment.
Command fabric-webui not found in the current Poetry environment.
Updating /Users/myg/.bash_profile
Command fabric not found in the current Poetry environment.
Command fabric-api not found in the current Poetry environment.
Command fabric-webui not found in the current Poetry environment.
To apply the changes, please run the following command(s) in your terminal:
source /Users/myg/.bashrc
source /Users/myg/.zshrc
source /Users/myg/.bash_profile
fabric
fabric % fabric --setup
zsh: command not found: fabric
Beta Was this translation helpful? Give feedback.
All reactions